test/ci-workflow #7

Merged
zhouzewei merged 8 commits from test/ci-workflow into main 2026-01-22 10:36:59 +00:00
Showing only changes of commit a632d48590 - Show all commits

View File

@@ -21,20 +21,6 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Get pnpm store directory
id: pnpm-cache
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Setup pnpm cache
uses: actions/cache@v4
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install --frozen-lockfile