Skip to content

Commit 09c8267

Browse files
committedJun 13, 2024·
chore: update ci node version to 20
1 parent 4842312 commit 09c8267

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/autofix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: corepack enable
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 20
2020
cache: "pnpm"
2121
- run: pnpm install
2222
- run: pnpm stub
@@ -25,4 +25,4 @@ jobs:
2525
run: npm run lint:fix
2626
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
2727
with:
28-
commit-message: "chore: apply automated fixes"
28+
commit-message: "chore: apply automated updates"

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: corepack enable
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: "18"
21+
node-version: 20
2222
cache: pnpm
2323
- run: pnpm install
2424
- run: pnpm stub
@@ -37,7 +37,7 @@ jobs:
3737
- run: corepack enable
3838
- uses: actions/setup-node@v4
3939
with:
40-
node-version: "18"
40+
node-version: 20
4141
cache: pnpm
4242
- uses: oven-sh/setup-bun@v1
4343
if: ${{ matrix.os != 'windows-latest' }}

0 commit comments

Comments
 (0)