Skip to content

Commit

Permalink
Update to node 18
Browse files Browse the repository at this point in the history
vscode now uses it too as it updated to electron 25
  • Loading branch information
jeanp413 committed Aug 16, 2023
1 parent da0400c commit ab1dccf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/insiders-gp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Sync with upstream (rebase)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Sync with upstream (rebase)
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/new-upstream-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm init --yes
- run: npm install semver

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm init --yes
- run: npm install semver

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-gp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install Yarn
run: npm install -g yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install Yarn
run: npm install -g yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/switch-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm init --yes
- run: npm install semver

Expand Down

0 comments on commit ab1dccf

Please sign in to comment.