Skip to content

Commit f6b2620

Browse files
Merge upstream develop
2 parents a17eee5 + e66190f commit f6b2620

15 files changed

Lines changed: 1146 additions & 816 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

0 commit comments

Comments
 (0)