Browse Source

chore(deps): update actions/setup-node action to v3 (#767)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
remotes/origin/feat/support-install-latest
renovate[bot] 3 years ago committed by GitHub
parent
commit
6a1f3b864b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -26,7 +26,7 @@ jobs: @@ -26,7 +26,7 @@ jobs:
run_install: false
# pnpm
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'pnpm'

Loading…
Cancel
Save