Skip to content

Commit 0456912

Browse files
committed
ci: upgrade pnpm to v10
1 parent fdeeddf commit 0456912

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v2
2323
with:
24-
version: 9
24+
version: 10
2525
- name: Install Node.js
2626
uses: actions/setup-node@v4
2727
with:

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install pnpm
1414
uses: pnpm/action-setup@v2
1515
with:
16-
version: 9
16+
version: 10
1717
- name: Install Node.js
1818
uses: actions/setup-node@v4
1919
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install pnpm
2020
uses: pnpm/action-setup@v2
2121
with:
22-
version: 9
22+
version: 10
2323
- name: Install Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v4
2525
with:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1+
pnpm 10.11.0
12
nodejs 22.4.1
2-
pnpm 9.9.0

pnpm-workspace.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
packages:
2-
- 'packages/*'
2+
- packages/*
3+
onlyBuiltDependencies:
4+
- esbuild

0 commit comments

Comments
 (0)