Skip to content

Commit

Permalink
chore: 🔨 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyaoji committed May 6, 2023
1 parent d2e07dc commit b3f0c72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- name: Setup pnpm
uses: pnpm/action-setup@v2
with: 8.4.0

- name: Install dependencies
run: pnpm i --frozen-lockfile
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

- name: Setup pnpm
uses: pnpm/action-setup@v2
with: 8.4.0

- name: Get version
run: echo "TAG_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

- name: Setup pnpm
uses: pnpm/action-setup@v2
with: 8.4.0

- name: Install dependencies
run: pnpm i --frozen-lockfile
Expand Down

0 comments on commit b3f0c72

Please sign in to comment.