mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-02-13 07:57:25 +00:00
build(deps): bump actions/setup-node from 2 to 2.1.5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v2.1.5) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
116647291d
commit
3213e9036b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- name: Setup Node.js with GitHub Package Registry
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v2.1.5
|
||||
with:
|
||||
node-version: 14
|
||||
registry-url: 'https://npm.pkg.github.com'
|
||||
|
|
|
|||
Loading…
Reference in a new issue