Skip to content

Commit eec2f31

Browse files
committed
Aint no pnpm ci round her officer
1 parent 2dc8999 commit eec2f31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: pnpm/action-setup@v4
3131

3232
- name: Install Dependencies
33-
run: pnpm ci
33+
run: pnpm i
3434

3535
- name: Create release pull request or publish to npm
3636
id: changesets

.github/workflows/test-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v4
2424

25-
- run: pnpm ci
25+
- run: pnpm i
2626
- run: pnpm run build
2727
- run: pnpm test
2828

0 commit comments

Comments
 (0)