Skip to content

Commit 1ccfbe0

Browse files
authored
Update ci.yml
1 parent dde4df7 commit 1ccfbe0

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/[email protected]
1818
with:
19-
node-version: '16'
19+
node-version: '18'
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)