Update .github/workflows/test.yml

This commit is contained in:
yaxu
2025-06-13 17:33:47 +02:00
parent 47de9e45ff
commit aa20526963
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
# cache: 'pnpm'
- run: pnpm install
- run: pnpm run format-check
- run: pnpm run lint