Bump actions/setup-node from 3 to 4

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-30 09:56:01 +00:00 committed by GitHub
parent 089bfc7350
commit 4efe5b6774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ jobs:
with: with:
files: "**/*.ts" files: "**/*.ts"
- name: Set up Node 16 - name: Set up Node 16
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: '16' node-version: '16'
cache: 'yarn' cache: 'yarn'
@ -93,7 +93,7 @@ jobs:
with: with:
files: "**/*.scss" files: "**/*.scss"
- name: Set up Node 16 - name: Set up Node 16
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: '16' node-version: '16'
cache: 'yarn' cache: 'yarn'

View File

@ -49,7 +49,7 @@ jobs:
with: with:
bundler-cache: true bundler-cache: true
- name: Set up Node 16 - name: Set up Node 16
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: '16' node-version: '16'
cache: 'yarn' cache: 'yarn'