Skip to content

Commit 2363da0

Browse files
committed
cicd: adds corepack support
1 parent 58a52c4 commit 2363da0

File tree

2 files changed

+9
-31
lines changed

2 files changed

+9
-31
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ jobs:
1515

1616
steps:
1717
- 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+
1827
- name: Use Node.js ${{ matrix.node-version }}
1928
uses: actions/setup-node@v6
2029
with:

0 commit comments

Comments
 (0)