Skip to content

Commit

Permalink
fix: autofix (#423)
Browse files Browse the repository at this point in the history
* fix: autofix

* fix: trirrger

* fix: ci

* fix: ci

* fix: ci

* fix: ci

* fix: ci

* fix: ci

* fix: ci
  • Loading branch information
productdevbook committed Nov 7, 2023
1 parent a62e483 commit 800e472
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18

- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "pnpm"
- run: pnpm install

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ on:
jobs:
build-test:
runs-on: ${{ matrix.os }}
timeout-minutes: 30

permissions:
# Required to checkout the code
Expand Down

0 comments on commit 800e472

Please sign in to comment.