mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-10 12:16:56 +00:00
Compare commits
No commits in common. "e03fa181e172824c9fea3d99850909c3b0d6ac8e" and "ba330626c4750c19d8299de843f05c7aa5574f62" have entirely different histories.
e03fa181e1
...
ba330626c4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- name: Setup Node.js with GitHub Package Registry
|
||||
uses: actions/setup-node@v6
|
||||
uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: 24
|
||||
registry-url: 'https://npm.pkg.github.com'
|
||||
|
|
|
|||
Loading…
Reference in a new issue