We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173cd34 commit 56164d2Copy full SHA for 56164d2
1 file changed
.github/workflows/actions.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
+ - name: Enable Corepack
15
+ run: corepack enable
16
- uses: actions/setup-node@v4
17
with:
18
node-version: '20'
@@ -23,6 +25,8 @@ jobs:
23
25
24
26
27
28
29
30
31
32
0 commit comments