mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
@@ -38,8 +38,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: audit
|
- name: audit
|
||||||
run: pnpm audit
|
run: pnpm audit
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -25,8 +25,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: Build packages
|
- name: Build packages
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|||||||
Reference in New Issue
Block a user