Skip to content

Commit

Permalink
build: update to node-v20 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Jun 1, 2024
1 parent 73ba207 commit e8a3ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/insider-spearhead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20.12'

- name: Clone VSCode repo
run: . get_repo.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable-spearhead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20.12'

- name: Clone VSCode repo
run: . get_repo.sh
Expand Down

0 comments on commit e8a3ac3

Please sign in to comment.