Skip to content

Commit fd6c3da

Browse files
committed
test: Remove support for Node 20
1 parent cabe97b commit fd6c3da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
jobs:
1010
tests:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
node: [ 20, 24 ]
1512
continue-on-error: ${{ matrix.node == 24 }}
1613
steps:
1714
- name: Checkout

0 commit comments

Comments
 (0)