We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577b330 commit dfddfa6Copy full SHA for dfddfa6
.github/workflows/frontend.yml
@@ -27,8 +27,8 @@ jobs:
27
uses: actions/setup-node@v4
28
with:
29
node-version: ${{ matrix.node-version }}
30
- cache: "pnpm"
31
- cache-dependency-path: "frontend/pnpm-lock.yaml"
+ cache: "npm"
+ cache-dependency-path: "frontend/package-lock.json"
32
- run: npm run build
33
working-directory: frontend
34
- name: Setup Pages
0 commit comments