Skip to content

Commit 8f2a37e

Browse files
ci: re-enable test with fetch and uws
1 parent e4d016b commit 8f2a37e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ jobs:
6767

6868
- name: Run tests with uws (engine.io)
6969
run: npm run test:uws --workspace=engine.io
70-
if: ${{ matrix.node-version == '18' }}
70+
if: ${{ matrix.node-version == '24' }}
7171

7272
- name: Run tests with fetch instead of XHR (engine.io-client)
7373
run: npm run test:node-fetch --workspace=engine.io-client
74-
if: ${{ matrix.node-version == '18' }}
74+
if: ${{ matrix.node-version == '24' }}
7575

7676
- name: Run tests with Node.js native WebSocket (engine.io-client)
7777
run: npm run test:node-builtin-ws --workspace=engine.io-client
78-
if: ${{ matrix.node-version == '22' }}
78+
if: ${{ matrix.node-version == '24' }}

0 commit comments

Comments
 (0)