Skip to content

Commit 84c623b

Browse files
committed
upgrade to pnpm 9
1 parent b3392f5 commit 84c623b

File tree

4 files changed

+4398
-3438
lines changed

4 files changed

+4398
-3438
lines changed

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
node-version: 18
2323
cache: 'pnpm'
2424

25-
- name: Install dependencies
26-
run: pnpm install --no-frozen-lockfile
25+
- uses: pnpm/action-setup@v4
26+
with:
27+
version: 9
28+
run_install: true
2729

2830
- name: Create Release
2931
env:

.github/workflows/test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
node-version: 18
1919
cache: 'pnpm'
2020

21-
- name: Install dependencies
22-
run: pnpm install --no-frozen-lockfile
21+
- uses: pnpm/action-setup@v4
22+
with:
23+
version: 9
24+
run_install: true
2325

2426
- name: Build
2527
run: pnpm run build

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ node_modules
55
/.pnp
66
.pnp.js
77

8+
/tests/integration/pnpm-lock.yaml
9+
810
# testing
911
/coverage
1012

0 commit comments

Comments
 (0)