Skip to content

Commit 1fb025d

Browse files
committed
🔧 Add Node.js v20 to CI (#258)
1 parent 77522ae commit 1fb025d

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)