Skip to content

Commit c491d3a

Browse files
authored
ci: Drop NodeJS 10, 12, 14. Added 18, 20, 22 (#144)
1 parent 5158ec5 commit c491d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
strategy:
2727
matrix:
28-
node-version: [10.x, 12.x, 14.x]
28+
node-version: [18.x, 20.x, 22.x]
2929
os: [ubuntu-latest, macos-latest]
3030

3131
steps:

0 commit comments

Comments
 (0)