Skip to content

Commit

Permalink
chore: update ci node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 13, 2024
1 parent 4842312 commit 09c8267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "pnpm"
- run: pnpm install
- run: pnpm stub
Expand All @@ -25,4 +25,4 @@ jobs:
run: npm run lint:fix
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
with:
commit-message: "chore: apply automated fixes"
commit-message: "chore: apply automated updates"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm stub
Expand All @@ -37,7 +37,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: 20
cache: pnpm
- uses: oven-sh/setup-bun@v1
if: ${{ matrix.os != 'windows-latest' }}
Expand Down

0 comments on commit 09c8267

Please sign in to comment.