11
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2026-04-06 22:16:54 +00:00

Merge pull request #255 from DarkAtra/feat/update-node-version-on-runner-to-24

feat!: update node version on runner to 24
This commit is contained in:
Geoffrey.C 2025-08-30 09:16:24 +08:00 committed by GitHub
commit 5362fd1cca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ jobs:
- name: Setup Node.js with GitHub Package Registry
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
registry-url: 'https://npm.pkg.github.com'
scope: 'cycjimmy'