Skip to content

Commit a353621

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ 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]
1615
steps:
1716
- name: Checkout
1817
uses: actions/checkout@v4
@@ -21,7 +20,7 @@ jobs:
2120
- name: Setup Nodejs
2221
uses: actions/setup-node@v4
2322
with:
24-
node-version: ${{ matrix.node }}
23+
node-version-file: '.nvmrc'
2524
- name: Install dependencies
2625
run: npm ci
2726
- name: Validate package-lock.json changes

0 commit comments

Comments
 (0)