Skip to content

Commit

Permalink
Update node canary used in testing. (emscripten-core#21813)
Browse files Browse the repository at this point in the history
This is needed for the new JSPI API.
  • Loading branch information
brendandahl authored Apr 24, 2024
1 parent e57881a commit 0279183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ commands:
description: "install canary version of node"
steps:
- install-node-version:
node_version: "22.0.0-v8-canary20231108ff311d5a39"
node_version: "22.0.0-v8-canary20240423a2eb2005bd"
canary: true
install-v8:
description: "install v8 using jsvu"
Expand Down

0 comments on commit 0279183

Please sign in to comment.