Skip to content

Commit

Permalink
ci: update nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Sep 10, 2023
1 parent 994550d commit eefe6f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/stable-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ jobs:
- uses: docker/setup-qemu-action@v2
if: matrix.vscode_arch == 'arm64'

- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16.17'

- name: Install Yarn
run: npm install -g yarn

- name: Install remote dependencies (x64)
env:
npm_config_arch: x64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16.17'
node-version: '18'

- name: Clone VSCodium repo
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16.17'
node-version: '18'

- name: Install Yarn
run: npm install -g yarn
Expand Down

0 comments on commit eefe6f6

Please sign in to comment.