Skip to content

Commit 19a7fd8

Browse files
build: upgrade to pnpm 10
1 parent 1cabd83 commit 19a7fd8

5 files changed

Lines changed: 2596 additions & 2070 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ jobs:
3535
# The pnpm caching strategy in the following steps is based on:
3636
# https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time
3737
- name: Install pnpm
38-
uses: pnpm/action-setup@v3
38+
uses: pnpm/action-setup@v4.1.0
3939
with:
40-
version: 8
41-
run_install: false
40+
version: 10
4241

4342
- name: Get pnpm store directory
4443
id: pnpm-cache

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ jobs:
4141
# The pnpm caching strategy in the following steps is based on:
4242
# https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time
4343
- name: Install pnpm
44-
uses: pnpm/action-setup@v3
44+
uses: pnpm/action-setup@v4.1.0
4545
with:
46-
version: 8
47-
run_install: false
46+
version: 10
4847

4948
- name: Get pnpm store directory
5049
id: pnpm-cache

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)