Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tajespasarela committed Feb 27, 2023
1 parent 3b40294 commit c2ec689
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
version: 7

- name: install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: lint packages
run: pnpm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
version: 7

- name: install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: lint packages
run: pnpm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
version: 7

- name: install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: lint packages
run: pnpm run lint
Expand Down

0 comments on commit c2ec689

Please sign in to comment.