diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4bc8704ba..49b7c861f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/packages/react/package.json b/packages/react/package.json index 32690d2fb..ce9936d18 100755 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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" } } diff --git a/packages/react/tsconfig.json b/packages/react/tsconfig.json index 9cc56af93..348e840cf 100644 --- a/packages/react/tsconfig.json +++ b/packages/react/tsconfig.json @@ -22,6 +22,7 @@ "preserveConstEnums": true, "removeComments": true, "typeRoots": ["./node_modules/@types"], + "skipLibCheck": true // "strict": true } } diff --git a/playgrounds/react/tsconfig.json b/playgrounds/react/tsconfig.json index 3cf54a491..9f227e1eb 100644 --- a/playgrounds/react/tsconfig.json +++ b/playgrounds/react/tsconfig.json @@ -4,6 +4,7 @@ "allowSyntheticDefaultImports": true, "jsx": "react-jsx", "module": "ESNext", - "moduleResolution": "node" + "moduleResolution": "node", + "skipLibCheck": true } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4163cc2d1..3d9787dc8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,10 +69,6 @@ importers: lodash.isequal: specifier: ^4.5.0 version: 4.5.0 - optionalDependencies: - '@rollup/rollup-linux-x64-gnu': - specifier: 4.6.1 - version: 4.6.1 devDependencies: '@types/node': specifier: ^14.0