mirror of
https://github.com/sinanyuntu/trade-message-center.git
synced 2026-09-17 13:22:11 +08:00
ci: install dependencies before authorization check
This commit is contained in:
@@ -83,6 +83,9 @@ jobs:
|
||||
printf 'PACKAGE_VERSION=%s\n' "$version" >> "$GITHUB_ENV"
|
||||
printf 'TMC_PACKAGE_VERSION=%s\n' "$version" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile --registry=https://registry.npmjs.org
|
||||
|
||||
- name: Verify CI authorization environment
|
||||
shell: bash
|
||||
run: |
|
||||
@@ -106,9 +109,6 @@ jobs:
|
||||
console.log("Mind authorization environment is active in CI");
|
||||
NODE
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile --registry=https://registry.npmjs.org
|
||||
|
||||
- name: Check formatting
|
||||
run: pnpm format:check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user