wah
This commit is contained in:
parent
10b8112ae8
commit
b2a9c2e0e7
3 changed files with 6 additions and 6 deletions
8
.github/workflows/codequality.yml
vendored
8
.github/workflows/codequality.yml
vendored
|
@ -16,8 +16,8 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: npm install, lint, code style check
|
||||
- name: pnpm install, lint, code style check
|
||||
run: |
|
||||
npm ci
|
||||
npm run lint
|
||||
npm run codestyle-check
|
||||
pnpm ci
|
||||
pnpm run lint
|
||||
pnpm run codestyle-check
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"tmp": "0.0.33",
|
||||
"tsconfig-paths": "^3.9.0",
|
||||
"twemoji": "^12.1.4",
|
||||
"typeorm": "^0.3.17",
|
||||
"typeorm": "^0.3.20",
|
||||
"utf-8-validate": "^5.0.5",
|
||||
"uuid": "^9.0.0",
|
||||
"yawn-yaml": "github:dragory/yawn-yaml#string-number-fix-build",
|
||||
|
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
|
@ -180,7 +180,7 @@ importers:
|
|||
specifier: ^12.1.4
|
||||
version: 12.1.6
|
||||
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))
|
||||
utf-8-validate:
|
||||
specifier: ^5.0.5
|
||||
|
|
Loading…
Add table
Reference in a new issue