We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9568a69 commit ec8ebf0Copy full SHA for ec8ebf0
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
test:
9
strategy:
10
matrix:
11
- node: [12.x, 13.x, 14.x, 15.x, 16.x]
+ node: [12.x, 13.x, 14.x, 15.x, 16.x, 17.x]
12
os: [ubuntu-latest, macos-latest, windows-latest]
13
runs-on: ${{ matrix.os }}
14
steps:
0 commit comments