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:
commit
5362fd1cca
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue