Skip to content

Commit

Permalink
fix(CI): fix release step and bump pnpm/action-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Anber committed Sep 27, 2023
1 parent 4992c14 commit f0254d9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .changeset/pretty-mugs-try.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
"@linaria/testkit": patch
"@linaria/utils": patch
"webpack5-example": patch
---

fix: add caller settings to loadBabelOptions()
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/site-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: false
Expand Down

0 comments on commit f0254d9

Please sign in to comment.