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