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 79651f4 commit c94e6aeCopy full SHA for c94e6ae
.github/FUNDING.yml
@@ -0,0 +1 @@
1
+github: [danielroe]
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ${{ matrix.os }}
17
steps:
18
- uses: actions/checkout@v4
19
- - run: npm i -g --force corepack && corepack enable
+ - run: corepack enable
20
- uses: actions/setup-node@v4
21
with:
22
node-version: 18
0 commit comments