diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 75bde4e176..ba5a486c61 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,5 +1,4 @@ { - "installCommand": "install:csb", "buildCommand": "build:csb", "sandboxes": [ "/examples/angular/basic", @@ -9,5 +8,5 @@ "/examples/vue/basic" ], "packages": ["packages/**"], - "node": "18" + "node": "20" } diff --git a/package.json b/package.json index d5ace070e3..b9712c09fb 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "clean": "pnpm --filter \"./packages/**\" run clean", "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm", "prepare": "husky", - "install:csb": "corepack enable && pnpm install --frozen-lockfile", "test": "pnpm run test:ci", "test:pr": "nx affected --targets=test:format,test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build,test:attw", "test:ci": "nx run-many --targets=test:format,test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build,test:attw",