mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 07:28:06 -05:00
ci: add Node.js 20 in the test matrix
Reference: https://github.com/nodejs/Release
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -16,7 +16,9 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14, 16]
|
||||
node-version:
|
||||
- 12
|
||||
- 20
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user