File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments