Skip to content

Commit

Permalink
Use node 18.x to build vscode extension (#3735)
Browse files Browse the repository at this point in the history
  • Loading branch information
TianlongLiang authored Aug 20, 2024
1 parent d67cc26 commit f4383a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@v4

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

- name: set vscode extension to correct version
run: |
Expand All @@ -33,7 +33,7 @@ jobs:

- name: generate wamr ide vscode extension
run: |
npm install -g vsce
npm install -g @vscode/vsce
rm -rf node_modules
npm install
vsce package
Expand Down

0 comments on commit f4383a9

Please sign in to comment.