We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e67c7f9 + b81dc3c commit e3a1de3Copy full SHA for e3a1de3
.github/workflows/cd.yml
@@ -11,6 +11,8 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v4
14
+ - name: Enable Corepack
15
+ run: corepack enable
16
- name: Setup Node.js
17
uses: actions/setup-node@v4
18
with:
0 commit comments