Skip to content

Commit 8ab701e

Browse files
committed
CI: Remove unsupported Node.js versions
1 parent 6e0bf29 commit 8ab701e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
tests:
3737
strategy:
3838
matrix:
39-
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
39+
node-version: [20.x, 22.x]
4040

4141
name: Tests (Node.js ${{ matrix.node-version }})
4242
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)