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 c19e69a commit f9d9a56
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 @@ -32,7 +32,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
if: ${{ matrix.node-version >= 16 }}
if: matrix.node-version >= '16'
- run: npm install
if: ${{ matrix.node-version < 16 }}
if: matrix.node-version < '16'
- run: npm test

0 comments on commit f9d9a56

Please sign in to comment.