mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-09 13:16:26 +00:00
CI: Update used node version to 16 (#2303)
Since building the extension now depends on node >=16 (see #2292), build_wamr_vscode_ext.yml will fail on the next release without this change.
This commit is contained in:
parent
72fc872afe
commit
8797c751a5
4
.github/workflows/build_wamr_vscode_ext.yml
vendored
4
.github/workflows/build_wamr_vscode_ext.yml
vendored
|
@ -20,10 +20,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Use Node.js 14.x
|
- name: Use Node.js 16.x
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 14.x
|
node-version: 16.x
|
||||||
|
|
||||||
- name: set vscode extension to correct version
|
- name: set vscode extension to correct version
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user