Skip to content

Commit 955139e

Browse files
Fix pnpm version
1 parent 8efc8e1 commit 955139e

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
with:
1515
node-version: 22
1616
- uses: pnpm/action-setup@v4
17-
with:
18-
version: 10
1917
- name: Get pnpm store directory
2018
shell: bash
2119
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
@@ -42,8 +40,6 @@ jobs:
4240
with:
4341
node-version: 22
4442
- uses: pnpm/action-setup@v4
45-
with:
46-
version: 10
4743
- name: Get pnpm store directory
4844
shell: bash
4945
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
@@ -68,8 +64,6 @@ jobs:
6864
with:
6965
node-version: 22
7066
- uses: pnpm/action-setup@v4
71-
with:
72-
version: 10
7367
- name: Get pnpm store directory
7468
shell: bash
7569
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 22.14.0
2-
pnpm 10.12.4
1+
nodejs 22.20.0
2+
pnpm 10.19.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"engines": {
6767
"node": "^22.0.0"
6868
},
69-
"packageManager": "pnpm@10.12.4",
69+
"packageManager": "pnpm@10.19.0",
7070
"pnpm": {
7171
"onlyBuiltDependencies": [
7272
"@tailwindcss/oxide",

0 commit comments

Comments
 (0)