Skip to content

Commit 0f71dc4

Browse files
committed
ci: update
1 parent 36b65ad commit 0f71dc4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/deploy-docs.yml

-15
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,9 @@ jobs:
2020
steps:
2121
- name: Install Node.js
2222
uses: actions/setup-node@v4
23-
with:
24-
node-version: 20
2523

2624
- uses: pnpm/action-setup@v4
2725

28-
- name: Get pnpm store directory
29-
shell: bash
30-
run: |
31-
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
32-
33-
- uses: actions/cache@v4
34-
name: Setup pnpm cache
35-
with:
36-
path: ${{ env.STORE_PATH }}
37-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
38-
restore-keys: |
39-
${{ runner.os }}-pnpm-store-
40-
4126
- name: Enable corepack
4227
run: corepack enable
4328

0 commit comments

Comments
 (0)