Skip to content

Commit 74f5a9c

Browse files
committed
CI: fix CI
1 parent 1a015a6 commit 74f5a9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
registry-url: "https://registry.npmjs.org"
1616
- uses: pnpm/[email protected]
1717
with:
18-
version: 6.0.2
18+
version: 6.9.1
1919

2020
- name: install deps
2121
run: pnpm install --frozen-lockfile

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
registry-url: "https://registry.npmjs.org"
1515
- uses: pnpm/[email protected]
1616
with:
17-
version: 6.0.2
17+
version: 6.9.1
1818

1919
- name: install deps
2020
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)