Skip to content

Commit 2e16587

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [ 20, 24 ]
15-
continue-on-error: ${{ matrix.node == 24 }}
14+
node: [20, 24]
15+
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Nodejs
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: ${{ matrix.node }}
24+
node-version-file: '.nvmrc'
2525
- name: Install dependencies
2626
run: npm ci
2727
- name: Validate package-lock.json changes

0 commit comments

Comments
 (0)