Skip to content

Commit d945960

Browse files
committed
fix pnpm ver lockfile
1 parent 7191652 commit d945960

File tree

3 files changed

+504
-494
lines changed

3 files changed

+504
-494
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
${{ runner.os }}-
2323
- uses: pnpm/[email protected]
2424
with:
25-
version: latest
25+
version: 8
2626
run_install: |
2727
args: [--frozen-lockfile, --strict-peer-dependencies]
2828
# - run: pnpm lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
${{ runner.os }}-
2020
- uses: pnpm/[email protected]
2121
with:
22-
version: latest
22+
version: 8
2323
run_install: |
2424
args: [--frozen-lockfile, --strict-peer-dependencies]
2525
# - run: pnpm lint

0 commit comments

Comments
 (0)