We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b9f94 commit 04b2bf4Copy full SHA for 04b2bf4
.github/workflows/deploy-site.yml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- name: git checkout
12
uses: actions/checkout@v4
13
+ - name: Enable Corepack before setting up Node
14
+ run: corepack enable
15
- name: setup Node.js
16
uses: actions/setup-node@v1
17
with:
0 commit comments