Skip to content

Commit

Permalink
Re-downgrade the pipeline?
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesst20 committed May 9, 2024
1 parent b7d90e9 commit 73cfa9d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
timeout-minutes: 15
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04

strategy:
matrix:
Expand Down
3 changes: 0 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,5 @@
"@inertiajs/core": "1.0.16",
"axios": "^1.6.0",
"lodash.isequal": "^4.5.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1"
}
}
1 change: 1 addition & 0 deletions packages/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"preserveConstEnums": true,
"removeComments": true,
"typeRoots": ["./node_modules/@types"],
"skipLibCheck": true
// "strict": true
}
}
3 changes: 2 additions & 1 deletion playgrounds/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"allowSyntheticDefaultImports": true,
"jsx": "react-jsx",
"module": "ESNext",
"moduleResolution": "node"
"moduleResolution": "node",
"skipLibCheck": true
}
}
4 changes: 0 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 73cfa9d

Please sign in to comment.