We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f463a8 commit ee203a6Copy full SHA for ee203a6
.github/workflows/build_and_publish.yml
@@ -16,9 +16,9 @@ jobs:
16
with:
17
node-version: 18.x
18
cache: "yarn"
19
- - uses: pnpm/action-setup@v4
20
- with:
21
- version: 7
+ # - uses: pnpm/action-setup@v4
+ # with:
+ # version: 7
22
- name: Install packages
23
run: yarn install
24
- name: Build package
@@ -65,7 +65,7 @@ jobs:
65
token: ${{ secrets.PAT }}
66
- name: Update @upryzing/api dependency
67
if: ${{ steps.checkTag.outputs.exists }} != true
68
- run: cd upryzing.js && pnpm add @upryzing/api@${{ env.api_version }}
+ run: cd upryzing.js && corepack enable && pnpm add @upryzing/api@${{ env.api_version }}
69
- name: Commit changes
70
71
uses: EndBug/add-and-commit@v4
0 commit comments