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 fdae88a commit 41ea4beCopy full SHA for 41ea4be
.github/workflows/lint-check.yml
@@ -10,9 +10,9 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v4
13
-
14
- - name: Enable Corepack
15
- run: corepack enable
+ - run: |
+ npm install -g corepack@latest
+ corepack enable
16
17
- name: Set up Node.js
18
uses: actions/setup-node@v4
.github/workflows/test.yml
@@ -11,7 +11,9 @@ jobs:
runs-on: [ubuntu-latest]
- - run: corepack enable
- uses: actions/setup-node@v4
with:
19
node-version: 20
0 commit comments