diff --git a/.github/workflows/pull_request_stats.yml b/.github/workflows/pull_request_stats.yml index 1a671ee2fde35..41968a71fc687 100644 --- a/.github/workflows/pull_request_stats.yml +++ b/.github/workflows/pull_request_stats.yml @@ -6,21 +6,11 @@ on: name: Generate Pull Request Stats -env: - NAPI_CLI_VERSION: 2.14.7 - TURBO_VERSION: 1.10.9 - NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: 18.16.1 - TEST_CONCURRENCY: 6 - TURBO_TEAM: 'vercel' + TURBO_TEAM: Nextjs TURBO_REMOTE_ONLY: false IMPORT JOB REQUIREMENTS : true - - NEXT_TELEMETRY_DISABLED: 1 - # we build a dev binary for use in CI so skip downloading - # canary next-swc binaries in the monorepo - NEXT_SKIP_NATIVE_POSTINSTALL: 1 + NEXT__NATIVE_POSTINSTALL: 1 SET_TIMINGS_TOKEN: ${{ secrets.TEST_TIMINGS_TOKEN }} NEXT_TEST_JOB: 1 @@ -46,10 +36,9 @@ jobs: - name: Check non-docs only change run: echo "DOCS_CHANGE<> $GITHUB_OUTPUT; echo "$(node scripts/run-for-change.js --not --type docs --exec echo 'nope')" >> $GITHUB_OUTPUT; echo 'EOF' >> $GITHUB_OUTPUT id: docs-change - - uses: actions/download-artifact@v3 if: ${{ steps.docs-change.outputs.DOCS_CHANGE == 'nope' }} - + with: name: next-swc-binary path: packages/next-swc/native @@ -60,8 +49,7 @@ jobs: - uses: ./.github/actions/next-stats-action if: ${{ steps.docs-change.outputs.DOCS_CHANGE == 'nope' }} - - try output docs.Changes : create new docs (new file) + - -changes : make changes in the output and input website /external &internal view diff --git a/.gitignore b/.gitignore index edc995f04a90f..f93fa8b971be2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,13 @@ # build output dist -.next +#next target -packages/next/wasm/@next +#packages/next/wasm/@next # dependencies node_modules package-lock.json -yarn.lock +#yarn.lock !/yarn.lock test/node_modules .pnpm-store/