Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 22, 2024
1 parent d6ebfa0 commit 6790ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: echo "npm - $N_MAJOR $N_MINOR"

- run: npm ci
if: steps.npm-version.outputs.major >= 4
if: steps.npm-version.outputs.major >= 6
- run: npm install
if: steps.npm-version.outputs.major < 4
if: steps.npm-version.outputs.major < 6
- run: npm test

0 comments on commit 6790ead

Please sign in to comment.