Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 15, 2024
1 parent 877d529 commit 1c953db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/node.js-eol-20230430.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,16 @@ jobs:
strategy:
matrix:
# The package-lock.json use version 3 of file format, which is
# [incompatible][1] with npm 6.x (distibuted with node 8.x - 14.x) and 5.x
# [incompatible][1] with npm 6.x (distibuted with node 8.x - 14.x).
#
# [1]: https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json#lockfileversion
node-version: [ 6.x ]
# node-version: [ 10.x, 8.x, 6.x ]
node-version: [ 14.x, 12.x, 10.x, 8.x ]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm install
- run: npm test

0 comments on commit 1c953db

Please sign in to comment.