wah
Some checks failed
Code quality checks / build (18.16) (push) Failing after 4s
Push code / build (push) Has been cancelled

This commit is contained in:
Lara 2024-11-02 14:59:36 +02:00
parent 10b8112ae8
commit b2a9c2e0e7
Signed by: laratheprotogen
GPG key ID: 5C0296EB3165F98B
3 changed files with 6 additions and 6 deletions

View file

@ -16,8 +16,8 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: npm install, lint, code style check - name: pnpm install, lint, code style check
run: | run: |
npm ci pnpm ci
npm run lint pnpm run lint
npm run codestyle-check pnpm run codestyle-check

View file

@ -75,7 +75,7 @@
"tmp": "0.0.33", "tmp": "0.0.33",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^3.9.0",
"twemoji": "^12.1.4", "twemoji": "^12.1.4",
"typeorm": "^0.3.17", "typeorm": "^0.3.20",
"utf-8-validate": "^5.0.5", "utf-8-validate": "^5.0.5",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"yawn-yaml": "github:dragory/yawn-yaml#string-number-fix-build", "yawn-yaml": "github:dragory/yawn-yaml#string-number-fix-build",

2
pnpm-lock.yaml generated
View file

@ -180,7 +180,7 @@ importers:
specifier: ^12.1.4 specifier: ^12.1.4
version: 12.1.6 version: 12.1.6
typeorm: typeorm:
specifier: ^0.3.17 specifier: ^0.3.20
version: 0.3.20(mysql2@3.11.3)(ts-node@10.9.2(@types/node@18.19.63)(typescript@5.6.3)) version: 0.3.20(mysql2@3.11.3)(ts-node@10.9.2(@types/node@18.19.63)(typescript@5.6.3))
utf-8-validate: utf-8-validate:
specifier: ^5.0.5 specifier: ^5.0.5