1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-16 18:20:51 +00:00
wasm-bindgen/ci/azure-install-node.yml
Alex Crichton 7882fe7807 Upgrade version of node.js used on Azure
Pulls in some nice new features!
2019-04-25 19:16:58 -07:00

7 lines
174 B
YAML

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