5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 10:46:56 +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 - name: Setup Node.js with GitHub Package Registry
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 24
registry-url: 'https://npm.pkg.github.com' registry-url: 'https://npm.pkg.github.com'
scope: 'cycjimmy' scope: 'cycjimmy'

View file

@ -64,5 +64,5 @@ outputs:
last_release_git_tag: last_release_git_tag:
description: 'The Git tag associated with the last release, if there was one.' description: 'The Git tag associated with the last release, if there was one.'
runs: runs:
using: 'node20' using: 'node24'
main: 'index.js' main: 'index.js'