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 af7c5a1 commit 327da92Copy full SHA for 327da92
.github/workflows/eslint.yml
@@ -14,6 +14,6 @@ jobs:
14
- name: Use Node.js
15
uses: actions/setup-node@v5
16
with:
17
- node-version: "20.x"
18
- - run: yarn install
19
- - run: yarn run lint
+ node-version: "22.x"
+ - run: corepack enable && corepack prepare yarn@4.10.3 --activate
+ - run: yarn install --immutable
.github/workflows/typescript.yml
@@ -17,7 +17,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "yarn"
20
+ - run: corepack enable && corepack prepare [email protected] --activate
21
22
- run: yarn test --coverage
23
- name: Upload coverage reports to Codecov with GitHub Action
24
uses: codecov/codecov-action@v5
0 commit comments