Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit c943af0

Browse files
authored
chore: add node v17 in CI
1 parent a0cacaa commit c943af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
matrix:
7070
os: [ubuntu-latest, windows-latest, macos-latest]
71-
node-version: [12.x, 14.x, 16.x]
71+
node-version: [12.x, 14.x, 16.x, 17.x]
7272

7373
steps:
7474
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)