Skip to content

Commit f8642a6

Browse files
build(deps): bump actions/setup-node from 2 to 4 (#1247)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7464a7 commit f8642a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
SONATYPE_TOKEN_PASSWORD: ${{ secrets.SONATYPE_TOKEN_PASSWORD }}
5252
SONATYPE_TOKEN_USERNAME: ${{ secrets.SONATYPE_TOKEN }}
5353

54-
- uses: actions/setup-node@v2
54+
- uses: actions/setup-node@v4
5555
with:
5656
node-version: '14'
5757

0 commit comments

Comments
 (0)