Skip to content

Commit 9702178

Browse files
committed
(chore): bump pnpm to 10
1 parent f83855c commit 9702178

7 files changed

Lines changed: 8 additions & 9 deletions

File tree

.gitlab/ci/build_app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
extends: .app-workflow
2323
image: node:24-slim
2424
before_script:
25-
- npm install -g pnpm@10.19.0
25+
- npm install -g pnpm@10
2626
- pnpm config set @polycentric:registry https://${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/
2727
- pnpm install
2828

@@ -78,7 +78,7 @@ app-web-image:
7878
stage: build
7979
image: node:24-slim
8080
before_script:
81-
- npm install -g pnpm@10.19.0
81+
- npm install -g pnpm@10
8282
- pnpm config set @polycentric:registry https://${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/
8383
- pnpm install
8484
- apt-get update && apt-get install -y --no-install-recommends git

.gitlab/ci/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
.docs-base:
2323
extends: .docs-workflow
2424
before_script:
25-
- npm install -g pnpm@10.19.0
25+
- npm install -g pnpm@10
2626
# Only resolve/install the docs package and its dependencies.
2727
- pnpm install --filter=polycentric-docs...
2828

.gitlab/ci/build_js_sdks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
.js-sdks-base:
1818
extends: .js-sdk-workflow
1919
before_script:
20-
- npm install -g pnpm@10.19.0
20+
- npm install -g pnpm@10
2121
- pnpm config set @polycentric:registry https://${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/
2222
- pnpm install
2323

.gitlab/ci/build_rn_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ rn-ios-tart-prune:
9999
extends: .rn-sdk-workflow
100100
image: node:24-slim
101101
before_script:
102-
- npm install -g pnpm@10.19.0
102+
- npm install -g pnpm@10
103103
- pnpm config set @polycentric:registry https://${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/
104104
- pnpm install
105105
needs:

.gitlab/ci/deploy_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fusmi-2026-web:
44
rules:
55
- if: $CI_COMMIT_TAG == "fusmi-2026-web"
66
before_script:
7-
- npm install -g pnpm@9.5.0 wrangler
7+
- npm install -g pnpm@10 wrangler
88
- pnpm install
99
script:
1010
# Set env for web build

.gitlab/ci/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ release-publish-npm:
7676
artifacts: true
7777
before_script:
7878
- apt-get update && apt-get install -y --no-install-recommends git
79-
- npm install -g pnpm@10.19.0
79+
- npm install -g pnpm@10
8080
- pnpm config set @polycentric:registry https://${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/
8181
- echo "//${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}" >> ~/.npmrc
8282
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc

apps/polycentric/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,5 @@
9393
"prettier": "^3.8.4",
9494
"react-test-renderer": "19.2.7",
9595
"typescript": "catalog:"
96-
},
97-
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
96+
}
9897
}

0 commit comments

Comments
 (0)