We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9734f32 commit fdae88aCopy full SHA for fdae88a
.github/workflows/ci.yml
@@ -16,7 +16,10 @@ jobs:
16
deployment-url: ${{ steps.deploy.outputs.deployment-url}}
17
steps:
18
- uses: actions/checkout@v4
19
- - run: corepack enable
+ - run: |
20
+ npm install -g corepack@latest
21
+ corepack enable
22
+
23
- uses: actions/setup-node@v4
24
with:
25
node-version: 20
@@ -46,7 +49,10 @@ jobs:
46
49
47
50
48
51
52
53
54
55
56
57
58
@@ -67,7 +73,10 @@ jobs:
67
73
needs: deploy
68
74
69
75
70
76
77
78
79
71
80
72
81
82
node-version: 18
0 commit comments