We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f978d9 commit 025f892Copy full SHA for 025f892
.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