Skip to content

Commit 8b0e10c

Browse files
authored
test: Remove support for Node 18 (#90)
1 parent db9fb77 commit 8b0e10c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
node: [18, 20]
1512

1613
steps:
1714
- name: Checkout
@@ -21,7 +18,7 @@ jobs:
2118
- name: Setup Nodejs
2219
uses: actions/setup-node@v4
2320
with:
24-
node-version: ${{ matrix.node }}
21+
node-version-file: '.nvmrc'
2522
- name: Install dependencies
2623
run: npm ci
2724
- name: Lint

0 commit comments

Comments
 (0)