We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d016b commit 8f2a37eCopy full SHA for 8f2a37e
.github/workflows/ci.yml
@@ -67,12 +67,12 @@ jobs:
67
68
- name: Run tests with uws (engine.io)
69
run: npm run test:uws --workspace=engine.io
70
- if: ${{ matrix.node-version == '18' }}
+ if: ${{ matrix.node-version == '24' }}
71
72
- name: Run tests with fetch instead of XHR (engine.io-client)
73
run: npm run test:node-fetch --workspace=engine.io-client
74
75
76
- name: Run tests with Node.js native WebSocket (engine.io-client)
77
run: npm run test:node-builtin-ws --workspace=engine.io-client
78
- if: ${{ matrix.node-version == '22' }}
0 commit comments