Skip to content

Commit 4caa2dc

Browse files
committed
chore: remove v12-15 from node versions
1 parent e2ce2b4 commit 4caa2dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
node-version: [12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
25+
node-version: [16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)