pnpm@9
Deploy app frontend / app frontend (push) Failing after 52s
Deploy db-migrations / db-migrations (push) Failing after 39s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 43s
Deploy service tg-bot / service tg-bot (push) Failing after 2m34s
Deploy app frontend / app frontend (push) Failing after 52s
Deploy db-migrations / db-migrations (push) Failing after 39s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 43s
Deploy service tg-bot / service tg-bot (push) Failing after 2m34s
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
- name: install dependencies
|
||||
run: |
|
||||
corepack enable pnpm && corepack use pnpm@8.15.9
|
||||
corepack enable pnpm && corepack use pnpm@9.15.0
|
||||
pnpm deploy --filter frontend --frozen-lockfile build/frontend
|
||||
|
||||
- name: build production
|
||||
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
- name: install dependencies
|
||||
run: |
|
||||
corepack enable pnpm && corepack use pnpm@8.15.9
|
||||
corepack enable pnpm && corepack use pnpm@9.15.0
|
||||
pnpm --filter ./services/db-migrations deploy --prod build/service-db-migrations
|
||||
|
||||
- name: build docker image
|
||||
|
||||
@@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: install dependencies
|
||||
run: |
|
||||
corepack enable pnpm && corepack use pnpm@8.15.9
|
||||
corepack enable pnpm && corepack use pnpm@9.15.0
|
||||
pnpm install --filter ./services/message-delivery-method-web-push
|
||||
|
||||
- name: build service
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
- name: install dependencies
|
||||
run: |
|
||||
corepack enable pnpm && corepack use pnpm@8.15.9
|
||||
corepack enable pnpm && corepack use pnpm@9.15.0
|
||||
pnpm install --filter ./services/tg-bot
|
||||
|
||||
- name: build service
|
||||
|
||||
@@ -47,7 +47,7 @@ monorepo/
|
||||
Используйте [npm](https://www.npmjs.com/) для установки зависимостей:
|
||||
|
||||
```bash
|
||||
npm install -g pnpm@8
|
||||
npm install -g pnpm@9.15.0
|
||||
pnpm install
|
||||
```
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"dependencies": {
|
||||
"@f3ve/vue-markdown-it": "^0.2.3",
|
||||
"@hereconnect/constants": "workspace:^",
|
||||
"@hereconnect/types": "^1.0.0",
|
||||
"@hereconnect/types": "workspace:^",
|
||||
"@primevue/forms": "^4.2.1",
|
||||
"@primevue/themes": "^4.2.1",
|
||||
"@tanstack/vue-query": "^5.60.6",
|
||||
|
||||
+1
-1
@@ -23,5 +23,5 @@
|
||||
"test": "npm run test --workspaces",
|
||||
"lint": "npm run lint --workspaces"
|
||||
},
|
||||
"packageManager": "pnpm@8.15.9"
|
||||
"packageManager": "pnpm@9.15.0"
|
||||
}
|
||||
|
||||
Generated
+4579
-3678
File diff suppressed because it is too large
Load Diff
@@ -44,7 +44,7 @@
|
||||
"web-push": "^3.6.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@hereconnect/types": "^1.0.0",
|
||||
"@hereconnect/types": "workspace:^",
|
||||
"@types/node": "^20.17.6",
|
||||
"@types/pouchdb-adapter-http": "^6.1.6",
|
||||
"@types/pouchdb-core": "^7.0.15",
|
||||
|
||||
Reference in New Issue
Block a user