Skip to content

Commit 8c670a6

Browse files
authored
Update Node.js version and remove pnpm setup
Updated Node.js version from 20 to 24 and removed pnpm setup steps.
1 parent fed3ca0 commit 8c670a6

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,7 @@ jobs:
3939
- name: Setup Node
4040
uses: actions/setup-node@v4
4141
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-
with:
59-
path: ${{ env.STORE_PATH }}
60-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
61-
restore-keys: |
62-
${{ runner.os }}-pnpm-store-
42+
node-version: '24'
6343

6444
- name: Install dependencies
6545
run: cd .. && pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)