Skip to content

Commit

Permalink
ci: rm version check
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Oct 24, 2024
1 parent 8b41dbf commit 39dd27a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
check-latest: true
cache: "yarn"
node-version-file: ".nvmrc"
- run: yarn install
- run: yarn lint:ci
- run: yarn format:check
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
check-latest: true
cache: "yarn"
node-version-file: ".nvmrc"
- run: yarn install
- run: yarn test
- uses: codecov/codecov-action@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
- uses: actions/configure-pages@v5
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
check-latest: true
cache: "yarn"
node-version-file: ".nvmrc"
- run: yarn install
- run: yarn typedoc
- uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 39dd27a

Please sign in to comment.