Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Sep 12, 2023
1 parent d7a4580 commit 4b7f000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest]
node_version: [14.x]
os: [windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions src/doctor/rules/TSCONFIG_RISK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default (api: IApi) => {
tsconfigPath &&
winPath(tsconfigPath).includes(api.cwd) &&
getTsconfig(api.cwd);
console.log(tsconfigPath, api.cwd);

if (tsconfig && tsconfig.options.declaration) {
const inputs = bundlessConfigs.map((c) => c.input);
Expand Down

0 comments on commit 4b7f000

Please sign in to comment.