fix(action): fix install deps

This commit is contained in:
JellyBrick
2025-09-06 05:27:38 +09:00
parent 97f1a20a4f
commit a85a2e0c58

View File

@ -22,6 +22,9 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- uses: reviewdog/action-eslint@v1.34.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}