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 7fb1a99 commit 1e726d8Copy full SHA for 1e726d8
.github/workflows/ci.yml
@@ -24,6 +24,8 @@ jobs:
24
node-version: 20.x
25
registry-url: https://npm.pkg.github.com
26
always-auth: true
27
+ - name: Enable corepack
28
+ run: corepack enable
29
- name: Build
30
env:
31
GITHUB_TOKEN: ${{github.token}}
0 commit comments