Skip to content

Commit

Permalink
use node 14.18 for CI
Browse files Browse the repository at this point in the history
Since it is now the earliest supported version.

Signed-off-by: Kevin Locke <[email protected]>
  • Loading branch information
kevinoid committed Jul 1, 2022
1 parent b9324c2 commit 99a22e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- ubuntu-latest
- windows-latest
node:
- '14.13.1'
- '14.18'
- '>=17.1'
exclude:
# Exclude os/version already run in test-primary
Expand Down

0 comments on commit 99a22e5

Please sign in to comment.