mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
build(deps): bump actions/setup-node from 6.0.0 to 6.1.0 (#49156)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](2028fbc5c2...395ad32622)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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:
2
.github/workflows/archaeologist-dig.yml
vendored
2
.github/workflows/archaeologist-dig.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Setup Node.js/npm
|
- name: Setup Node.js/npm
|
||||||
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
|
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f
|
||||||
with:
|
with:
|
||||||
node-version: 22.21.x
|
node-version: 22.21.x
|
||||||
- name: Setting Up Dig Site
|
- name: Setting Up Dig Site
|
||||||
|
|||||||
2
.github/workflows/audit-branch-ci.yml
vendored
2
.github/workflows/audit-branch-ci.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
|
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
|
||||||
with:
|
with:
|
||||||
node-version: 22.17.x
|
node-version: 22.17.x
|
||||||
- name: Sparse checkout repository
|
- name: Sparse checkout repository
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ jobs:
|
|||||||
run: df -h
|
run: df -h
|
||||||
- name: Setup Node.js/npm
|
- name: Setup Node.js/npm
|
||||||
if: ${{ inputs.target-platform == 'macos' }}
|
if: ${{ inputs.target-platform == 'macos' }}
|
||||||
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
|
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f
|
||||||
with:
|
with:
|
||||||
node-version: 22.21.x
|
node-version: 22.21.x
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
cp $(which node) /mnt/runner-externals/node24/bin/
|
cp $(which node) /mnt/runner-externals/node24/bin/
|
||||||
- name: Setup Node.js/npm
|
- name: Setup Node.js/npm
|
||||||
if: ${{ inputs.target-platform == 'win' }}
|
if: ${{ inputs.target-platform == 'win' }}
|
||||||
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
|
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f
|
||||||
with:
|
with:
|
||||||
node-version: 22.21.x
|
node-version: 22.21.x
|
||||||
- name: Add TCC permissions on macOS
|
- name: Add TCC permissions on macOS
|
||||||
|
|||||||
Reference in New Issue
Block a user