We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a52c4 commit 2363da0Copy full SHA for 2363da0
.github/workflows/nightly.yml
.github/workflows/test.yml
@@ -15,6 +15,15 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v1
18
+
19
+ - name: Use Node.js ${{ matrix.node-version }}
20
+ uses: actions/setup-node@v6
21
+ with:
22
+ node-version: ${{ matrix.node-version }}
23
24
+ - name: Enable corepack
25
+ run: corepack enable
26
27
- name: Use Node.js ${{ matrix.node-version }}
28
uses: actions/setup-node@v6
29
with:
0 commit comments