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 b3f0c72 commit a9c4451
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/master-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:

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

- name: Install dependencies
run: pnpm i --frozen-lockfile
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

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

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

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

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

0 comments on commit a9c4451

Please sign in to comment.