Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 53d3939

Browse files
authored
Build: add node v17 (#30)
1 parent 5f5b232 commit 53d3939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest]
28-
node: [16.x, 14.x, 12.x, "12.22.0"]
28+
node: [17.x, 16.x, 14.x, 12.x, "12.22.0"]
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)