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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 54356c5 commit 75bf890
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: '18.x'
- name: Install 💻
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "lts/*"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: 🔨 Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 18
- name: 🚧 Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js ✨
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "lts/*"
- name: Install dependencies 💻
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: '18.x'
- name: Install 💻
Expand Down

0 comments on commit 75bf890

Please sign in to comment.