wasm-bindgen/ci/azure-install-node.yml
Alex Crichton 599ec8b9f4
Use official node releases for anyref test suite (#1798)
Looks like 12.11.0 has all the support we need!
2019-09-26 14:07:21 -05:00

7 lines
175 B
YAML

steps:
- script: rustup target add wasm32-unknown-unknown
displayName: "Add WebAssembly target via rustup"
- task: NodeTool@0
inputs:
versionSpec: '>=12.11'