Skip to content

Commit

Permalink
📌 pnpm version (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangWeixian authored Apr 9, 2023
1 parent c32cda2 commit 16285b0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-students-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@aiou/rollup-template": patch
---

pin pnpm version
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install pnpm
run: npm i pnpm@latest -g
run: npm i pnpm@7.23.0 -g
- name: Install
run: |
pnpm install --frozen-lockfile=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 @@ -21,7 +21,7 @@ jobs:
with:
node-version: 14
- name: install pnpm
run: npm i pnpm@latest -g
run: npm i pnpm@7.23.0 -g
- name: install dependencies
run: pnpm install --frozen-lockfile=false
- name: create and publish versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: 14
- name: install pnpm
run: npm i pnpm@latest -g
run: npm i pnpm@7.23.0 -g
- name: install dependencies
run: pnpm install --frozen-lockfile=false
- name: create and publish versions
Expand Down

0 comments on commit 16285b0

Please sign in to comment.