Skip to content

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/[email protected]
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)