Skip to content

Commit

Permalink
ci(gh-actions): bump actions/setup-node from 4.0.4 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.4 to 4.1.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.4...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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 7e53dd8 commit 79abc7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Enable Corepack
run: corepack enable
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Enable Corepack
run: corepack enable
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Enable Corepack
run: corepack enable
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Enable Corepack
run: corepack enable
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ vars.NODE_VERSION }}

Expand Down

0 comments on commit 79abc7c

Please sign in to comment.