8000 ci: add Node.js 20 in the test matrix · socketio/socket.io-parser@887396d · GitHub
[go: up one dir, main page]

Skip to content

Commit 887396d

Browse files
ci: add Node.js 20 in the test matrix
Reference: https://github.com/nodejs/Release
1 parent 164ba2a commit 887396d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14, 16]
19+
node-version:
20+
- 12
21+
- 20
2022

2123
steps:
2224
- name: Checkout repository

0 commit comments

Comments
 (0)
0