Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 7, 2024
1 parent 8cfc4b9 commit d22f2ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
echo "GIT_CACHE_PATH=$(pwd)/git-cache" >> $GITHUB_ENV
- name: Setup Node.js/npm
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.11.x
cache: yarn
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
run: |
brew update && brew install azure-cli
- name: Setup Node.js/npm
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.11.x
cache: yarn
Expand Down Expand Up @@ -512,7 +512,7 @@ jobs:
with:
path: src/electron
- name: Setup Node.js/npm
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.11.x
cache: yarn
Expand Down

0 comments on commit d22f2ef

Please sign in to comment.