Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 99a22e5

Browse files
committedJul 1, 2022
use node 14.18 for CI
Since it is now the earliest supported version. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
1 parent b9324c2 commit 99a22e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/node.js.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- ubuntu-latest
7272
- windows-latest
7373
node:
74-
- '14.13.1'
74+
- '14.18'
7575
- '>=17.1'
7676
exclude:
7777
# Exclude os/version already run in test-primary

0 commit comments

Comments
 (0)
Please sign in to comment.