Skip to content

Commit 440230c

Browse files
authored
test: Remove support for Node 18 (#599)
1 parent ddb3213 commit 440230c

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
@@ -3,9 +3,6 @@ on: [push, pull_request]
33
jobs:
44
tests:
55
runs-on: ubuntu-latest
6-
strategy:
7-
matrix:
8-
node: [18, 20]
96
steps:
107
- name: Checkout
118
uses: actions/checkout@v4
@@ -14,7 +11,7 @@ jobs:
1411
- name: Setup Nodejs
1512
uses: actions/setup-node@v4
1613
with:
17-
node-version: ${{ matrix.node }}
14+
node-version-file: '.nvmrc'
1815
- name: Install dependencies
1916
run: npm ci
2017
- name: Validate package-lock.json changes

0 commit comments

Comments
 (0)