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 b5c8e7d commit 7fc0e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js-eol-20230430.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
strategy:
matrix:
# The package-lock.json use version 3 of file format, which is
# [incompatible][1] with npm 6.x (distibuted with node 12.x - 14.x) and 5.x
# [incompatible][1] with npm 6.x (distibuted with node 10.x - 14.x) and 5.x
#
# [1]: https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json#lockfileversion
node-version: [ 10.x ]
node-version: [ 8.x ]
# node-version: [ 10.x, 8.x, 6.x ]

steps:
Expand Down

0 comments on commit 7fc0e4d

Please sign in to comment.