Skip to content

Commit a01d4fd

Browse files
authored
Merge pull request #1284 from AtCoder-NoviSteps/#258
🔧 Add Node.js v20 to CI (#258)
2 parents 77522ae + 1fb025d commit a01d4fd

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: [18.x]
31+
node-version: [18.x, 20.x]
3232

3333
steps:
3434
- name: Check out Git repository

0 commit comments

Comments
 (0)