mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-15 04:23:12 +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"
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: '10.x'
|
||||
versionSpec: '>=10.11'
|
||||
|
Loading…
Reference in New Issue
Block a user