Skip to content

Commit

Permalink
chore: use Node.js 20.11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Mar 19, 2024
1 parent 7b6d492 commit d6ace20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos-build.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Node.js/npm
uses: actions/setup-node@v3
with:
node-version: 18.18.x
node-version: 20.11.x
cache: yarn
cache-dependency-path: src/electron/yarn.lock
- name: Install Dependencies
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Setup Node.js/npm
uses: actions/setup-node@v3
with:
node-version: 18.18.x
node-version: 20.11.x
cache: yarn
cache-dependency-path: src/electron/yarn.lock
- name: Enable ssh Debugging
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
# The current generated_artifacts_<< artifact.key >> name was taken from CircleCI
# tp ensure we don't break anything, but we may be able to improve that.
- name: Move all Generated Artifacts to Upload Folder
run: ./src/electron/.github/workflows/config/move_artifacts.sh
run: ./src/electron/script/actions/move-artifacts.sh
- name: Upload Generated Artifacts
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -495,7 +495,7 @@ jobs:
- name: Setup Node.js/npm
uses: actions/setup-node@v3
with:
node-version: 18.18.x
node-version: 20.11.x
cache: yarn
cache-dependency-path: src/electron/yarn.lock
- name: Enable ssh Debugging
Expand Down

0 comments on commit d6ace20

Please sign in to comment.