Skip to content

Commit 5b5b25c

Browse files
authored
test: Remove support for Node 18 (#304)
1 parent 224759c commit 5b5b25c

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,16 +11,13 @@ on:
1111
jobs:
1212
tests:
1313
runs-on: ubuntu-latest
14-
strategy:
15-
matrix:
16-
node: [18, 20]
1714
steps:
1815
- name: Checkout
1916
uses: actions/checkout@v4
2017
- name: Setup Nodejs
2118
uses: actions/setup-node@v4
2219
with:
23-
node-version: ${{ matrix.node }}
20+
node-version-file: '.nvmrc'
2421

2522
- name: Install Dependencies
2623
run: npm ci

0 commit comments

Comments
 (0)