We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc40cd commit 22a269aCopy full SHA for 22a269a
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Checkout Repository
11
uses: actions/checkout@v4
12
- name: Enable CorePack
13
- run: corepack enable
+ run: corepack enable yarn
14
- name: Set up Node.js
15
uses: actions/setup-node@v4
16
with:
0 commit comments