feat: use node-v18 for insider workflow [skip ci]
This commit is contained in:
parent
6333caaf8a
commit
4930c5a71e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/insider-spearhead.yml
vendored
2
.github/workflows/insider-spearhead.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
node-version: '18'
|
||||
|
||||
- name: Clone VSCode repo
|
||||
run: . get_repo.sh
|
||||
|
|
Loading…
Reference in a new issue