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 6229859 commit d81c151Copy full SHA for d81c151
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
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: lts/*
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
node-version: 18
0 commit comments