Skip to content

Commit af6cd18

Browse files
revert: revert: "test: Remove support for Node 18 (#736)" (#740) (#744)
This reverts commit 472bbe2.
1 parent 79a2fa4 commit af6cd18

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
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

1613
steps:
1714
- name: Checkout
@@ -21,7 +18,7 @@ jobs:
2118
- name: Setup Nodejs
2219
uses: actions/setup-node@v4
2320
with:
24-
node-version: ${{ matrix.node }}
21+
node-version-file: '.nvmrc'
2522
- name: Install dependencies
2623
run: npm ci
2724
- name: Validate package-lock.json changes

0 commit comments

Comments
 (0)