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
|
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
|
||||||
|
|
|
@ -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
2
pnpm-lock.yaml
generated
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue