Skip to content

Commit

Permalink
chore: update ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 16, 2025
1 parent ee74eba commit 38779d3
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 @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: lts/*
cache: pnpm
- run: corepack enable
- run: pnpm install
- run: pnpm lint --fix
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: lts/*
cache: pnpm
- run: corepack enable
- run: pnpm install
- run: pnpm lint
- run: pnpm build
Expand Down

0 comments on commit 38779d3

Please sign in to comment.