Skip to content

Commit fa670f2

Browse files
committed
[ci] Run the lint step on node 22
1 parent 0eb8535 commit fa670f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- run: npm install
5757
- run: npm run lint
5858
if:
59-
matrix.os == 'ubuntu-latest' && matrix.node == 20 && matrix.arch ==
59+
matrix.os == 'ubuntu-latest' && matrix.node == 22 && matrix.arch ==
6060
'x64'
6161
- run: npm test
6262
- run: |

0 commit comments

Comments
 (0)