diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e563368..fcc64a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - registry-url: "https://registry.npmjs.org" + node-version: '24' + registry-url: 'https://registry.npmjs.org' - name: Setup Bun uses: oven-sh/setup-bun@v2 @@ -52,7 +53,4 @@ jobs: - name: Publish if: steps.version-check.outputs.changed == 'true' - run: npm publish --access public - env: - NPM_CONFIG_PROVENANCE: true - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + run: npm publish --access public --provenance