Skip to content

Commit 3e4eb21

Browse files
authored
test: Remove support for Node 18 (#536)
1 parent a346dcc commit 3e4eb21

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
@@ -9,9 +9,6 @@ on:
99
jobs:
1010
tests:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
node: [18, 20]
1512
steps:
1613
- name: Checkout
1714
uses: actions/checkout@v4
@@ -20,7 +17,7 @@ jobs:
2017
- name: Setup Nodejs
2118
uses: actions/setup-node@v4
2219
with:
23-
node-version: ${{ matrix.node }}
20+
node-version-file: '.nvmrc'
2421
- name: Install dependencies
2522
run: npm ci
2623
- name: Validate package-lock.json changes

0 commit comments

Comments
 (0)