We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbdb71 commit cd320f8Copy full SHA for cd320f8
.github/workflows/pre-commit-hooks.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
+ - name: Enable Corepack
15
+ run: corepack enable
16
17
- name: set up Node.js
18
uses: actions/setup-node@v3
0 commit comments