Skip to content

Commit

Permalink
Build(deps): Bump actions/setup-node
Browse files Browse the repository at this point in the history
Bumps the github-actions group in /.github/actions/publish-libs with 1 update: [actions/setup-node](https://github.com/actions/setup-node).


Updates `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
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 9ca398d commit f736992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/publish-libs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
shell: bash
run: npm ci && npx nx run-many --target=build

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
name: setup GH registry
with:
node-version-file: '.nvmrc'
Expand All @@ -51,7 +51,7 @@ runs:
TAG: ${{ inputs.npm_tag }}
DRY_RUN: ${{ inputs.dry-run }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
name: setup NPM registry
with:
node-version-file: '.nvmrc'
Expand Down

0 comments on commit f736992

Please sign in to comment.