Skip to content

Commit b852acc

Browse files
build(deps): bump actions/setup-node from 3 to 4
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] <[email protected]>
1 parent 0c57b27 commit b852acc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
python-version: "3.11"
4040

41-
- uses: actions/setup-node@v3
41+
- uses: actions/setup-node@v4
4242
with:
4343
cache: yarn
4444
node-version: 20.x
@@ -119,7 +119,7 @@ jobs:
119119

120120
steps:
121121
# actions/setup-node creates an .npmrc file that references NODE_AUTH_TOKEN
122-
- uses: actions/setup-node@v3
122+
- uses: actions/setup-node@v4
123123
with:
124124
node-version: 18.x
125125
registry-url: https://registry.npmjs.org

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
python-version: "3.11"
4141

42-
- uses: actions/setup-node@v3
42+
- uses: actions/setup-node@v4
4343
with:
4444
cache: yarn
4545
node-version: 20.x

0 commit comments

Comments
 (0)