Skip to content

Commit 8e59bf2

Browse files
committed
ci: Use pnpm v10 in ci
1 parent b945bf9 commit 8e59bf2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/audit-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
node-version: 20
4343
- uses: pnpm/action-setup@v2
4444
with:
45-
version: 9.x.x
45+
version: 10.x.x
4646
run_install: true
4747
- name: audit
4848
run: pnpm audit

.github/workflows/covector-version-or-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: pnpm/action-setup@v2
2828
with:
29-
version: 9.x.x
29+
version: 10.x.x
3030
run_install: true
3131

3232
- name: install webkit2gtk

.github/workflows/lint-javascript.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
node-version: 20
4646
- uses: pnpm/action-setup@v2
4747
with:
48-
version: 9.x.x
48+
version: 10.x.x
4949
run_install: true
5050
- name: eslint
5151
run: pnpm lint
@@ -65,7 +65,7 @@ jobs:
6565
node-version: 20
6666
- uses: pnpm/action-setup@v2
6767
with:
68-
version: 9.x.x
68+
version: 10.x.x
6969
run_install: true
7070
- name: prettier check
7171
run: pnpm format-check

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: pnpm/action-setup@v2
3636
with:
37-
version: 9.x.x
37+
version: 10.x.x
3838
run_install: true
3939

4040
- name: Build packages

0 commit comments

Comments
 (0)