Skip to content

Commit b86627a

Browse files
committed
use version 10 of pnpm
1 parent 9b50514 commit b86627a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/backend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: pnpm/action-setup@v4
3333
name: Install pnpm
3434
with:
35-
version: 8
35+
version: 10
3636
run_install: false
3737
- name: Get pnpm store directory
3838
shell: bash

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: pnpm/action-setup@v4
3131
name: Install pnpm
3232
with:
33-
version: 8
33+
version: 10
3434
run_install: false
3535
- name: Get pnpm store directory
3636
shell: bash
@@ -83,7 +83,7 @@ jobs:
8383
- uses: pnpm/action-setup@v4
8484
name: Install pnpm
8585
with:
86-
version: 8
86+
version: 10
8787
run_install: false
8888
- name: Get pnpm store directory
8989
shell: bash

0 commit comments

Comments
 (0)