Skip to content

Commit 215662b

Browse files
authored
test: Remove support for Node 18 (#408)
1 parent cf5e1a6 commit 215662b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
jobs:
1212
test:
1313
runs-on: ubuntu-latest
14-
strategy:
15-
matrix:
16-
node: [18, 20]
1714

1815
steps:
1916
- name: Checkout
@@ -22,7 +19,7 @@ jobs:
2219
- name: Setup Nodejs
2320
uses: actions/setup-node@v4
2421
with:
25-
node-version: ${{ matrix.node }}
22+
node-version-file: '.nvmrc'
2623

2724
- name: Install dependencies
2825
run: npm ci

0 commit comments

Comments
 (0)