Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit a25297a

Browse files
authored
Update ci.yml
1 parent 914e5e7 commit a25297a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4.0.2
1818
with:
19-
node-version: '16.x'
19+
node-version: '18.x'
2020
- run: npm ci --no-progress
2121
- run: npm run lint
2222

@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
node: [16, 18, 20]
30+
node: [18, 20, 22]
3131
os: [ubuntu-latest, windows-latest]
3232

3333
steps:

0 commit comments

Comments
 (0)