Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 4.0.3 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.1.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.3...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 24d9060 commit 7375acc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run_install: false

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run_install: false

- name: Setup Node.js lts/iron
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.1.0
with:
node-version: lts/iron
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run_install: false

- name: Setup Node.js lts/iron
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.1.0
with:
node-version: lts/iron
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run_install: false

- name: Setup Node.js lts/iron
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.1.0
with:
node-version: lts/iron
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run_install: false

- name: Setup Node.js lts/iron
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.1.0
with:
node-version: lts/iron
cache: pnpm
Expand Down

0 comments on commit 7375acc

Please sign in to comment.