Skip to content

Commit

Permalink
Fixes CI to match pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jan 8, 2025
1 parent 31e5067 commit 068d520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
version: 10
- name: Install
run: pnpm install
- name: Apply pre-release patch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
version: 10
- name: Setup Environment
run: node -e "console.log('PACKAGE_VERSION=' + require('./package.json').version + '\nPACKAGE_NAME=' + require('./package.json').name + '-' + require('./package.json').version)" >> $GITHUB_ENV
- name: Verify versions
Expand Down

0 comments on commit 068d520

Please sign in to comment.