Skip to content

Commit c82950a

Browse files
authored
Merge pull request #1560 from AtCoder-NoviSteps/#1488
🔧 Add Node.js v22 to CI (#1488)
2 parents c7cc196 + 3bca073 commit c82950a

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
@@ -28,7 +28,7 @@ jobs:
2828

2929
strategy:
3030
matrix:
31-
node-version: [20.x]
31+
node-version: [20.x, 22.x]
3232

3333
steps:
3434
- name: Check out Git repository

0 commit comments

Comments
 (0)