|
@@ -485,7 +485,7 @@ jobs:
|
|
|
- name: Install Node.js
|
|
- name: Install Node.js
|
|
|
uses: actions/setup-node@v4
|
|
uses: actions/setup-node@v4
|
|
|
with:
|
|
with:
|
|
|
- node-version: '16'
|
|
|
|
|
|
|
+ node-version: '>=18.17'
|
|
|
- run: npm install
|
|
- run: npm install
|
|
|
working-directory: ./vscode
|
|
working-directory: ./vscode
|
|
|
- run: npm run compile
|
|
- run: npm run compile
|