Skip to content

Commit

Permalink
ci: add Node.js 20 in the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jun 22, 2023
1 parent a5dff0a commit 2dd5fa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
node-version:
- 16
- 20

steps:
- name: Checkout repository
Expand Down
4 changes: 0 additions & 4 deletions test/socket.ts
Expand Up @@ -852,10 +852,6 @@ describe("socket", () => {
it("should not crash when messing with Object prototype (and other globals)", (done) => {
// @ts-ignore
Object.prototype.foo = "bar";
// @ts-ignore
global.File = "";
// @ts-ignore
global.Blob = [];
const io = new Server(0);
const socket = createClient(io);

Expand Down

0 comments on commit 2dd5fa9

Please sign in to comment.