chore(deps): update actions/setup-node action to v4

This commit is contained in:
renovate[bot] 2024-01-10 23:56:33 +00:00 committed by GitHub
parent a2e422d92e
commit a0e87c0b5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- run: corepack enable
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'pnpm'