Skip to content

Commit 1483d8f

Browse files
authored
chore: corepack enable in pipelines (#881)
1 parent 2bf86d3 commit 1483d8f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/update-cli-schema.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v1
1818
with:
1919
node-version: "22.x"
20+
- run: corepack enable
2021

2122
- run: npm install
2223

.github/workflows/update-oss-friends.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v1
1818
with:
1919
node-version: "22.x"
20+
- run: corepack enable
2021

2122
- run: npm install
2223

0 commit comments

Comments
 (0)