Skip to content

Commit

Permalink
feat: use node-v18 for insider workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Sep 4, 2023
1 parent 6333caa commit 4930c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/insider-spearhead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4930c5a

Please sign in to comment.