Skip to content

Commit cea3fad

Browse files
committed
fix: ci error (#ci-advancement)
1 parent 679d544 commit cea3fad

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci-app.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
timeout-minutes: 1
3131
with:
3232
node-version: ${{ env.DEFAULT_NODE_VERSION }}
33-
cache: 'pnpm'
3433

3534
- uses: ./.github/actions/pnpm-install
3635
timeout-minutes: 5

.github/workflows/ci-nextjs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
timeout-minutes: 1
3434
with:
3535
node-version: ${{ env.DEFAULT_NODE_VERSION }}
36-
cache: 'pnpm'
3736

3837
- uses: ./.github/actions/pnpm-install
3938
timeout-minutes: 5

0 commit comments

Comments
 (0)