ci: bump actions/setup-node from 3 to 4 (#4704)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-24 05:59:16 +00:00
committed by GitHub
parent 5226d6c568
commit a42d218962
4 changed files with 4 additions and 4 deletions

View File

@@ -177,7 +177,7 @@ jobs:
# setup node without cache configuration
# Prisma cache is not compatible with docker build cache
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
registry-url: https://npm.pkg.github.com