We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840048d commit 5589725Copy full SHA for 5589725
1 file changed
.github/workflows/npm-publish.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: actions/setup-node@master
18
with:
19
node-version: 20.19.4
20
+ - name: Enable Corepack
21
+ run: corepack enable
22
- name: install dependencies
23
run: yarn install
24
- name: Authenticate with Registry
0 commit comments