We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d49a6 commit 17f49dbCopy full SHA for 17f49db
.github/workflows/nodejs.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- node-version: [16.x, 18.x, 20.x]
+ node-version: [16.x, 18.x, 20.x, 21.x]
20
os: [ubuntu-latest, windows-latest, macOS-latest]
21
22
runs-on: ${{ matrix.os }}
0 commit comments