5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 02:36:55 +00:00

Merge pull request #266 from cycjimmy/dependabot/github_actions/actions/setup-node-6

build(deps): bump actions/setup-node from 5 to 6
This commit is contained in:
Geoffrey.C 2025-10-17 10:24:57 +08:00 committed by GitHub
commit e03fa181e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Setup Node.js with GitHub Package Registry - name: Setup Node.js with GitHub Package Registry
uses: actions/setup-node@v5 uses: actions/setup-node@v6
with: with:
node-version: 24 node-version: 24
registry-url: 'https://npm.pkg.github.com' registry-url: 'https://npm.pkg.github.com'