Skip to content

Commit 9281acd

Browse files
dependabot[bot]Marfuenclaude
authored
chore(deps-dev): bump @semantic-release/npm from 12.0.2 to 13.1.5 (#2483)
* chore(deps-dev): bump @semantic-release/npm from 12.0.2 to 13.1.5 Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 12.0.2 to 13.1.5. - [Release notes](https://github.com/semantic-release/npm/releases) - [Commits](semantic-release/npm@v12.0.2...v13.1.5) --- updated-dependencies: - dependency-name: "@semantic-release/npm" dependency-version: 13.1.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): update bun.lock for @semantic-release/npm 13.1.5 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(ci): add Node.js 22 setup for @semantic-release/npm v13 @semantic-release/npm v13 requires Node ^22.14.0 || >= 24.10.0. The release workflow only set up Bun, relying on whatever Node the runner shipped with. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mariano <marfuen98@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a133720 commit 9281acd

3 files changed

Lines changed: 429 additions & 416 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
fetch-depth: 0
2222
token: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
2323

24+
- name: Setup Node.js
25+
uses: actions/setup-node@v4
26+
with:
27+
node-version: "22"
28+
2429
- name: Setup Bun
2530
uses: oven-sh/setup-bun@v2
2631

0 commit comments

Comments
 (0)