We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8bdf9 commit 8d7634dCopy full SHA for 8d7634d
.github/workflows/ci.yml
@@ -25,10 +25,15 @@ jobs:
25
- name: Checkout Repo
26
uses: actions/checkout@v4
27
28
+ - name: Setup target Node.js to enable Corepack
29
+ uses: actions/setup-node@v4
30
+ with:
31
+ node-version: ${{ matrix.node }}
32
+
33
- name: Enable Corepack
34
run: corepack enable
35
- - name: Setup Node.js ${{ matrix.node }}
36
+ - name: Setup Node.js ${{ matrix.node }} with cache
37
uses: actions/setup-node@v4
38
with:
39
node-version: ${{ matrix.node }}
0 commit comments