chore: bump engine.io to version 6.5.0

Diff: https://github.com/socketio/engine.io/compare/6.4.2...6.5.0
Release notes: https://github.com/socketio/engine.io/releases/tag/6.5.0
This commit is contained in:
Damien Arrachequesne
2023-06-20 09:17:10 +02:00
parent e5c62cad60
commit a250e283da
3 changed files with 36 additions and 18 deletions

View File

@@ -16,7 +16,8 @@ jobs:
strategy:
matrix:
node-version: [12, 14, 16]
node-version:
- 16
steps:
- name: Checkout repository