Skip to content

Commit cd320f8

Browse files
committed
chore: corepack enable
1 parent ffbdb71 commit cd320f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit-hooks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
- name: Enable Corepack
15+
run: corepack enable
1416

1517
- name: set up Node.js
1618
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)