We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed3ca0 commit 8c670a6Copy full SHA for 8c670a6
1 file changed
.github/workflows/deploy-docs.yml
@@ -39,27 +39,7 @@ jobs:
39
- name: Setup Node
40
uses: actions/setup-node@v4
41
with:
42
- node-version: '20'
43
-
44
- - name: Setup pnpm
45
- uses: pnpm/action-setup@v4
46
- with:
47
- version: 11
48
- run_install: false
49
50
- - name: Get pnpm store directory
51
- shell: bash
52
- working-directory: .
53
- run: |
54
- echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
55
56
- - name: Setup pnpm cache
57
- uses: actions/cache@v4
58
59
- path: ${{ env.STORE_PATH }}
60
- key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
61
- restore-keys: |
62
- ${{ runner.os }}-pnpm-store-
+ node-version: '24'
63
64
- name: Install dependencies
65
run: cd .. && pnpm install --frozen-lockfile
0 commit comments