Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Feb 5, 2024
1 parent 1ab77c4 commit dcef75e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
node-version:
- 10
- 14
- 20

steps:
Expand Down
2 changes: 1 addition & 1 deletion test/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe("engine.io-parser (node.js only)", () => {
});
});

if (typeof TextEncoder === "function") {
if (typeof TransformStream === "function") {
describe("createPacketEncoderStream", () => {
it("should encode a binary packet (Buffer)", async () => {
const stream = createPacketEncoderStream();
Expand Down

0 comments on commit dcef75e

Please sign in to comment.