perf: add pnpm store caching to recompile and test workflows
This commit is contained in:
@@ -26,11 +26,12 @@ jobs:
|
||||
ref: ${{ github.head_ref }}
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
|
||||
|
||||
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
|
||||
cache: pnpm
|
||||
|
||||
- name: Clean Install
|
||||
run: pnpm install --frozen-lockfile --ignore-scripts
|
||||
|
||||
Reference in New Issue
Block a user