build(deps): bump the all group with 1 update

Bumps the all group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).

- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-01 18:26:50 +00:00
committed by GitHub
parent 1a8d8311f8
commit 77ad25555c
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ jobs:
# Runs a single command using the runners shell # Runs a single command using the runners shell
- name: 🏗️ Setup Node.js Environment - name: 🏗️ Setup Node.js Environment
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
cache: npm cache: npm
cache-dependency-path: package-lock.json cache-dependency-path: package-lock.json

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: 🏗️ Setup Node.js Environment - name: 🏗️ Setup Node.js Environment
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
cache: npm cache: npm
cache-dependency-path: package-lock.json cache-dependency-path: package-lock.json
@@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: 🏗️ Setup Node.js Environment - name: 🏗️ Setup Node.js Environment
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
cache: npm cache: npm
cache-dependency-path: package-lock.json cache-dependency-path: package-lock.json