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:
Ben Riegel 2023-06-21 06:41:30 +01:00 committed by GitHub
parent 72fc872afe
commit 8797c751a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |