Skip to content

Commit

Permalink
chore: release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Jul 16, 2024
1 parent 24d15f1 commit cc2dcf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
version: 8.7.0

- name: Install Dependencies
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Build
run: pnpm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cache-dependency-path: '**/pnpm-lock.yaml'

- name: Install deps
run: pnpm install --frozen-lockfile --prefer-offline --ignore-scripts
run: pnpm install --prefer-offline --ignore-scripts

# Install playwright's binary under custom directory to cache
- name: Set Playwright path (non-windows)
Expand Down

0 comments on commit cc2dcf8

Please sign in to comment.