|
|
@ -41,8 +41,9 @@ jobs:
|
|
|
|
- uses: actions/setup-node@v3
|
|
|
|
- uses: actions/setup-node@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: 18
|
|
|
|
node-version: 18
|
|
|
|
- uses: pnpm/action-setup@v2.2.4
|
|
|
|
- uses: pnpm/action-setup@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
|
|
|
|
version: 7.x.x
|
|
|
|
run_install: true
|
|
|
|
run_install: true
|
|
|
|
- name: eslint
|
|
|
|
- name: eslint
|
|
|
|
run: pnpm lint
|
|
|
|
run: pnpm lint
|
|
|
@ -60,8 +61,9 @@ jobs:
|
|
|
|
- uses: actions/setup-node@v3
|
|
|
|
- uses: actions/setup-node@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: 18
|
|
|
|
node-version: 18
|
|
|
|
- uses: pnpm/action-setup@v2.2.4
|
|
|
|
- uses: pnpm/action-setup@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
|
|
|
|
version: 7.x.x
|
|
|
|
run_install: true
|
|
|
|
run_install: true
|
|
|
|
- name: prettier check
|
|
|
|
- name: prettier check
|
|
|
|
run: pnpm format-check
|
|
|
|
run: pnpm format-check
|
|
|
|