fix: release action

This commit is contained in:
JellyBrick
2023-10-15 18:54:25 +09:00
committed by GitHub
parent 00a3e8d35e
commit 30c8dcf730

View File

@ -90,18 +90,18 @@ jobs:
with:
fetch-depth: 0
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'pnpm'
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
run_install: false
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile