Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.

Commit 35a73b1

Browse files
committed
test(temp): Run 18+
1 parent a61cfa5 commit 35a73b1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [14, 16, 18, 20]
12+
node: [18, 20]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v3
3333
- uses: actions/setup-node@v3
3434
with:
35-
node-version: 14
35+
node-version: 18
3636
- run: npm install
3737
- run: npm test
3838
env:
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v3
4444
- uses: actions/setup-node@v3
4545
with:
46-
node-version: 14
46+
node-version: 18
4747
- run: npm install
4848
- run: npm run lint
4949
docs:
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v3
5353
- uses: actions/setup-node@v3
5454
with:
55-
node-version: 14
55+
node-version: 18
5656
- run: npm install
5757
- run: npm run docs
5858
- uses: JustinBeckwith/linkinator-action@v1

0 commit comments

Comments
 (0)