Skip to content

Commit 949fa9f

Browse files
authored
fix: drop node 12 and 17 (#135)
1 parent b12f3e6 commit 949fa9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
node-version: [12.x, 14.x, 16.x, 17.x]
37+
node-version: [14.x, 16.x, 18.x]
3838
runs-on: ubuntu-latest
3939

4040
steps:

0 commit comments

Comments
 (0)