Merge pull request #253 from vogler/dependabot/github_actions/actions/setup-node-4

build(deps): bump actions/setup-node from 3 to 4
This commit is contained in:
Ralf Vogler 2023-12-19 11:30:59 +01:00 committed by GitHub
commit 0f549285b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting. Otherwise sonarcloud will show a warning. # Disabling shallow clone is recommended for improving relevancy of reporting. Otherwise sonarcloud will show a warning.
fetch-depth: 0 fetch-depth: 0
- -
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
cache: 'npm' cache: 'npm'
- -