mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-15 12:44:31 +03:00
Ensure we always use a node version with Array#values
This commit is contained in:
parent
43a05d682d
commit
b5a8e98355
@ -3,4 +3,4 @@ steps:
|
|||||||
displayName: "Add WebAssembly target via rustup"
|
displayName: "Add WebAssembly target via rustup"
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: '10.x'
|
versionSpec: '>=10.11'
|
||||||
|
Loading…
Reference in New Issue
Block a user