Skip to content

Commit 7b01c54

Browse files
committed
Fix pnpm install
1 parent 41ca574 commit 7b01c54

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
node-version: 20
2121
cache: pnpm
2222

23-
- run: pnpm ci --prefer-offline --no-audit --no-fund
23+
- run: pnpm install --prod --prefer-offline --frozen-lockfile
2424
- run: pnpm run build
2525
- run: pnpm run lint

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
node-version: 20
5454
cache: pnpm
5555

56-
- run: pnpm ci --prefer-offline --no-audit --no-fund
56+
- run: pnpm install --prod --prefer-offline --frozen-lockfile
5757
- run: pnpm audit signatures
5858

5959
- uses: changesets/action@v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: ${{ matrix.node-version }}
3333
cache: pnpm
3434

35-
- run: pnpm ci --prefer-offline --no-audit --no-fund
35+
- run: pnpm install --prod --prefer-offline --frozen-lockfile
3636
- run: pnpm run build
3737

3838
- run:

0 commit comments

Comments
 (0)