Skip to content

Commit 04b2bf4

Browse files
committed
github actions fix
1 parent 33b9f94 commit 04b2bf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-site.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: git checkout
1212
uses: actions/checkout@v4
13+
- name: Enable Corepack before setting up Node
14+
run: corepack enable
1315
- name: setup Node.js
1416
uses: actions/setup-node@v1
1517
with:

0 commit comments

Comments
 (0)