Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 17b8204

Browse files
committed
test: Remove support for Node 18
1 parent db01cde commit 17b8204

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,15 +11,12 @@ 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: ${{ matrix.node }}
19+
node-version-file: '.nvmrc'
2320
- run: npm ci
2421
- run: make validate-no-uncommitted-package-lock-changes
2522
- run: npm run lint

0 commit comments

Comments
 (0)