Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 3.5.1 to 4.0.3
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 4.0.3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.5.1...v4.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent e6471f4 commit bcb806e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT
- name: 🔨 Setup node
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v4.0.3
with:
node-version: ${{ steps.read_nvmrc.outputs.NODE_VERSION }}
- name: 🔨 Get npm cache directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT
- name: 🔨 Setup node
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v4.0.3
with:
node-version: ${{ steps.read_nvmrc.outputs.NODE_VERSION }}
- name: 🔨 Get npm cache directory
Expand Down

0 comments on commit bcb806e

Please # to comment.