Skip to content

Commit

Permalink
CI: Update used node version to 16 (bytecodealliance#2303)
Browse files Browse the repository at this point in the history
Since building the extension now depends on node >=16 (see bytecodealliance#2292),
build_wamr_vscode_ext.yml will fail on the next release without this change.
  • Loading branch information
MrSarius authored Jun 21, 2023
1 parent 72fc872 commit 8797c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wamr_vscode_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Node.js 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x

- name: set vscode extension to correct version
run: |
Expand Down

0 comments on commit 8797c75

Please sign in to comment.