Skip to content

Commit 07ee86c

Browse files
authored
test: Remove support for Node 18 (#735)
1 parent a0eea63 commit 07ee86c

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,17 +11,14 @@ on:
1111
jobs:
1212
tests:
1313
runs-on: ubuntu-22.04
14-
strategy:
15-
matrix:
16-
node: [18, 20]
1714
steps:
1815
- name: Checkout
1916
uses: actions/checkout@v4
2017

2118
- name: Setup Nodejs
2219
uses: actions/setup-node@v4
2320
with:
24-
node-version: ${{ matrix.node }}
21+
node-version-file: '.nvmrc'
2522

2623
- name: Install dependencies
2724
run: npm ci

0 commit comments

Comments
 (0)