Skip to content

Commit 068d520

Browse files
committed
Fixes CI to match pnpm version
1 parent 31e5067 commit 068d520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd-pre.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Setup pnpm
6262
uses: pnpm/action-setup@v3
6363
with:
64-
version: 9
64+
version: 10
6565
- name: Install
6666
run: pnpm install
6767
- name: Apply pre-release patch

.github/workflows/cd-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup pnpm
2222
uses: pnpm/action-setup@v3
2323
with:
24-
version: 9
24+
version: 10
2525
- name: Setup Environment
2626
run: node -e "console.log('PACKAGE_VERSION=' + require('./package.json').version + '\nPACKAGE_NAME=' + require('./package.json').name + '-' + require('./package.json').version)" >> $GITHUB_ENV
2727
- name: Verify versions

0 commit comments

Comments
 (0)