fix: use node-v18.17 to generate all artifacts (#1689)

This commit is contained in:
Baptiste Augrain
2023-10-10 00:06:20 +02:00
committed by GitHub
parent fa6fbaa4e0
commit 282e23dff0
5 changed files with 7 additions and 10 deletions

View File

@@ -50,7 +50,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '18.17'
- name: Clone VSCode repo
run: . get_repo.sh