We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99967e8 commit 4f5f47cCopy full SHA for 4f5f47c
1 file changed
.github/workflows/ci.yml
@@ -28,14 +28,16 @@ jobs:
28
- name: Checkout
29
uses: actions/checkout@v4
30
31
+ - name: Use Corepack
32
+ run: corepack enable
33
+
34
- name: Install node
35
uses: actions/setup-node@v4
36
with:
37
node-version: ${{ matrix.node }}
38
cache: yarn
39
- - name: Use Corepack
- run: corepack enable
40
41
42
- name: Install dependencies
43
run: yarn install
0 commit comments