We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfe750 commit cc8aeabCopy full SHA for cc8aeab
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
build:
18
strategy:
19
matrix:
20
- node-version: [16, 18, 20]
+ node-version: [18, 20, 22]
21
os: [macos-latest, ubuntu-latest, windows-latest]
22
runs-on: ${{ matrix.os }}
23
permissions:
0 commit comments