Skip to content

Commit

Permalink
feat: Update to node v22.4.0 (#310)
Browse files Browse the repository at this point in the history
fixes #308
  • Loading branch information
scagood committed Jul 18, 2024
1 parent c092cd8 commit f7a74eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/unsupported-features/node-globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,11 @@ const nodeGlobals = {
Response: {
[READ]: { experimental: ["17.5.0", "16.15.0"], supported: ["21.0.0"] },
},
Storage: { [READ]: { experimental: ["22.4.0"] } },
WebAssembly: { [READ]: { supported: ["8.0.0"] } },
WebSocket: { [READ]: { experimental: ["21.0.0", "20.10.0"] } },
WebSocket: {
[READ]: { experimental: ["21.0.0", "20.10.0"], supported: ["22.4.0"] },
},

fetch: {
[READ]: { experimental: ["17.5.0", "16.15.0"], supported: ["21.0.0"] },
Expand Down

0 comments on commit f7a74eb

Please sign in to comment.