Skip to content

Commit

Permalink
Update EOL workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 14, 2024
1 parent b4ca44f commit 772829b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js-eol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:

strategy:
matrix:
node-version: [ 10.x, 8.x, 6.x ]
node-version: [ 16.x, 14.x ]
# node-version: [ 10.x, 8.x, 6.x ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 772829b

Please sign in to comment.