Skip to content

Commit dfddfa6

Browse files
committed
github action change
1 parent 577b330 commit dfddfa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/frontend.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: ${{ matrix.node-version }}
30-
cache: "pnpm"
31-
cache-dependency-path: "frontend/pnpm-lock.yaml"
30+
cache: "npm"
31+
cache-dependency-path: "frontend/package-lock.json"
3232
- run: npm run build
3333
working-directory: frontend
3434
- name: Setup Pages

0 commit comments

Comments
 (0)