We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96983b commit 3ced89cCopy full SHA for 3ced89c
.github/workflows/npm.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
platform: [ubuntu-latest, windows-latest]
19
- node-version: [16.x, 17.x, 18.x]
+ node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x]
20
runs-on: ${{ matrix.platform }}
21
steps:
22
- name: Clone repository
0 commit comments