Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 3.5.1 to 3.7.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 3.7.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.5.1...v3.7.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 6, 2023
1 parent 837a3cc commit aea3a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: 'actions/[email protected]'

- name: Use Node.js ${{ matrix.node-version }}
uses: 'actions/setup-node@v3.5.1'
uses: 'actions/setup-node@v3.7.0'
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: 'actions/[email protected]'

- uses: 'actions/setup-node@v3.5.1'
- uses: 'actions/setup-node@v3.7.0'
with:
node-version: 16
registry-url: 'https://registry.npmjs.org/'
Expand Down

0 comments on commit aea3a54

Please sign in to comment.