Skip to content

Commit 91e2d7d

Browse files
committedFeb 19, 2025·
chore: update ci
1 parent 0d55b77 commit 91e2d7d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.github/workflows/autofix.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16-
- run: corepack enable
16+
- run: npm i -fg corepack && corepack enable
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
cache: "pnpm"
2121
- run: pnpm install
2222
- run: pnpm run gen-drivers
2323
- name: Fix lint issues
2424
run: pnpm run lint:fix
2525
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
2626
with:
27-
commit-message: "chore: apply automated lint fixes"
27+
commit-message: "chore: apply automated updates"

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- uses: actions/checkout@v3
1919
with:
2020
fetch-depth: 0
21-
- run: corepack enable
21+
- run: npm i -fg corepack && corepack enable
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 20
24+
node-version: 22
2525
cache: "pnpm"
2626
- uses: denoland/setup-deno@v2
2727
with:

0 commit comments

Comments
 (0)