Skip to content

Commit b70ff09

Browse files
authored
test: Remove support for Node 18 (#129)
1 parent 5dc05ef commit b70ff09

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,14 +11,11 @@ on:
1111
jobs:
1212
tests:
1313
runs-on: ubuntu-latest
14-
strategy:
15-
matrix:
16-
node: [18, 20]
1714

1815
steps:
1916
- uses: actions/checkout@v3
2017
- uses: actions/setup-node@v4
2118
with:
22-
node-version: ${{ env.NODE_VER }}
19+
node-version-file: '.nvmrc'
2320
- run: npm ci
2421
- run: npm run lint

0 commit comments

Comments
 (0)