Skip to content

Commit 49899f9

Browse files
committed
build: update workflows
1 parent 959da66 commit 49899f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
platform: [ubuntu-latest, windows-latest]
19-
node-version: [12.x, 14.x, 16.x, 17.x]
19+
node-version: [16.x, 17.x, 18.x]
2020
runs-on: ${{ matrix.platform }}
2121
steps:
2222
- name: Clone repository

0 commit comments

Comments
 (0)