We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4778b commit 38a0e95Copy full SHA for 38a0e95
.github/workflows/autofix.yml
@@ -13,10 +13,10 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
- - run: corepack enable
+ - run: npm i -fg corepack && corepack enable
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 20
+ node-version: 22
20
cache: "pnpm"
21
- run: pnpm install
22
- run: pnpm lint:fix
.github/workflows/ci.yml
@@ -12,11 +12,11 @@ jobs:
12
ci:
strategy:
matrix:
- os: [ ubuntu-latest, windows-latest ]
+ os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
node-version: 20
0 commit comments