Skip to content

Commit ac6ccd7

Browse files
chore: update pnpm to v10
1 parent ef1aa8b commit ac6ccd7

File tree

4 files changed

+2277
-1815
lines changed

4 files changed

+2277
-1815
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: ${{ steps.release.outputs.release_created }}
2424
- uses: pnpm/action-setup@v2.4.1
2525
with:
26-
version: 8
26+
version: 10
2727
run_install: false
2828
if: ${{ steps.release.outputs.release_created }}
2929
- uses: actions/setup-node@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
path: tested-plugin
7373
- uses: pnpm/action-setup@v2.4.1
7474
with:
75-
version: 8
75+
version: 10
7676
run_install: false
7777
- name: Prepare NodeBB package.json
7878
run: cp install/package.json package.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
"expressionparser": "^1.1.5",
5656
"semver": "^7.5.0"
5757
},
58-
"packageManager": "pnpm@8.15.9"
58+
"packageManager": "pnpm@10.30.3"
5959
}

0 commit comments

Comments
 (0)