diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 436f1317..3147fa65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,9 @@ jobs: - name: Set up npm registry uses: actions/setup-node@v4 with: + node-version: 24 registry-url: https://registry.npmjs.org + package-manager-cache: false - name: Install dependencies run: bun install @@ -73,6 +75,9 @@ jobs: exit 0 fi + node --version + npm --version + npm whoami npm publish --ignore-scripts --provenance --access public --tag "${{ steps.package.outputs.dist_tag }}" - name: Publish GitHub release diff --git a/.gitignore b/.gitignore index a88d6d8b..4b98b7d9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ docs/superpowers/ .codegraph __pycache__/ *.pyc +.env \ No newline at end of file