We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa13b9f commit 225b57fCopy full SHA for 225b57f
.github/workflows/deploy.yml
@@ -12,6 +12,8 @@ jobs:
12
- uses: actions/checkout@v4
13
with:
14
submodules: true
15
+ - name: Enable Corepack
16
+ run: corepack enable
17
- uses: actions/setup-node@v4
18
19
node-version: 20
0 commit comments