diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 08854061..9403895f 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -78,9 +78,5 @@ jobs: Set-Location "packages/${{ matrix.artifact }}" npm version "$version" --no-git-tag-version - - uses: actions/setup-node@v4 - with: - registry-url: "https://registry.npmjs.org" - - name: Publish platform package run: npm publish ./packages/${{ matrix.artifact }} --access public --provenance diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43d0bc85..b349eb20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -124,10 +124,6 @@ jobs: - name: Validate id: validate run: bun run validate - - name: Setup Node.js for npm publish - uses: actions/setup-node@v4 - with: - registry-url: "https://registry.npmjs.org" - name: Release uses: TrigenSoftware/simple-release-action@v1 with: diff --git a/.prototools b/.prototools index 3b990250..ddd659c3 100644 --- a/.prototools +++ b/.prototools @@ -1,4 +1,6 @@ bun = "1.3.9" +node = "24" +npm = "11.11.0" gh = "^2.83.2" [settings]