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 453d5ce commit e6495c7
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 @@ -65,7 +65,7 @@ jobs:
run: echo "npm - $N_MAJOR $N_MINOR"

- run: npm ci
if: matrix.node-version >= '16'
if: steps.node-version.outputs.major >= 16
- run: npm install
if: matrix.node-version < '16'
if: steps.node-version.outputs.major < 16
- run: npm test

0 comments on commit e6495c7

Please sign in to comment.