diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a492495e..e57a2a07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,4 +26,5 @@ jobs: # Ensure npm 11.5.1 or later for trusted publishing - run: npm install -g npm@latest - run: npm ci - - run: npm publish + - run: npm stage publish + - run: echo "The package has been staged, go to https://www.npmjs.com to publish it." diff --git a/jest.config.ts b/jest.config.ts index d2a6a004..12f6286b 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -19,7 +19,6 @@ // import type { Config } from "jest"; - import { createRequire } from "node:module"; // Jest 30 loads .ts config files as ESM via Node's native TypeScript support,