build(deps): bump actions/setup-node from 4.0.2 to 4.0.3 (#42917)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](60edb5dd54...1e60f620b9
)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fd907bc0a3
commit
2875fab452
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Setup Node.js/npm
|
- name: Setup Node.js/npm
|
||||||
if: ${{ inputs.target-platform == 'macos' }}
|
if: ${{ inputs.target-platform == 'macos' }}
|
||||||
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
|
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
|
||||||
with:
|
with:
|
||||||
node-version: 20.11.x
|
node-version: 20.11.x
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|
Loading…
Reference in a new issue