Skip to content

Commit

Permalink
ci(deps): bump actions/setup-node from 4.0.0 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.0...v4.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 9e50d03 commit d74d922
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 @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
with:
ref: main
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version: ${{ vars.NODE_VERSION }}
cache: npm
Expand Down

0 comments on commit d74d922

Please sign in to comment.