Skip to content

Commit 6d73ab6

Browse files
author
Mint de Wit
committed
chore: update ci
1 parent d9c1711 commit 6d73ab6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/node.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
24+
- name: Enable Corepacks
25+
run: corepack enable
2426
- name: Use Node.js 20.x
2527
uses: actions/setup-node@v4
2628
with:
@@ -82,6 +84,8 @@ jobs:
8284

8385
steps:
8486
- uses: actions/checkout@v4
87+
- name: Enable Corepack
88+
run: corepack enable
8589
- name: Use Node.js 20.x
8690
uses: actions/setup-node@v4
8791
with:
@@ -109,6 +113,8 @@ jobs:
109113

110114
steps:
111115
- uses: actions/checkout@v4
116+
- name: Enable Corepack
117+
run: corepack enable
112118
- name: Use Node.js 20.x
113119
uses: actions/setup-node@v4
114120
with:

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17+
- name: Enable Corepack
18+
run: corepack enable
1719
- name: Use Node.js 20.x
1820
uses: actions/setup-node@v4
1921
with:

0 commit comments

Comments
 (0)