We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1af89 commit 8792b31Copy full SHA for 8792b31
.github/workflows/ci.yml
@@ -49,7 +49,10 @@ jobs:
49
50
steps:
51
- uses: actions/checkout@v4
52
- - run: corepack enable
+ - run: |
53
+ npm install -g corepack@latest
54
+ corepack enable
55
+
56
- uses: actions/setup-node@v4
57
with:
58
node-version: 20
@@ -70,7 +73,10 @@ jobs:
70
73
needs: deploy
71
74
72
75
76
77
78
79
80
81
82
node-version: 18
0 commit comments