Skip to content

Commit 1e726d8

Browse files
author
Your Name
committed
Enable corepack
1 parent 7fb1a99 commit 1e726d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
node-version: 20.x
2525
registry-url: https://npm.pkg.github.com
2626
always-auth: true
27+
- name: Enable corepack
28+
run: corepack enable
2729
- name: Build
2830
env:
2931
GITHUB_TOKEN: ${{github.token}}

0 commit comments

Comments
 (0)