Skip to content

Commit fcade20

Browse files
committed
ci/cd: update pnpm version
1 parent f916bfb commit fcade20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: '20'
2222
- uses: pnpm/action-setup@v3
2323
with:
24-
version: ^9.12.0
24+
version: ^10.5.0
2525
run_install: true
2626
- run: pnpm test:unit-test
2727
upload-test:
@@ -36,7 +36,7 @@ jobs:
3636
node-version: '20'
3737
- uses: pnpm/action-setup@v3
3838
with:
39-
version: ^9.12.0
39+
version: ^10.5.0
4040
run_install: true
4141
- env:
4242
TEST_API_KEY: ${{ secrets.TEST_API_KEY }}

0 commit comments

Comments
 (0)