chore(deps): bump actions/setup-node from v1.1.0 to v2.1.2 (#117)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1.1.0 to v2.1.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1.1.0...c6fd00ceb9747fb23ffdf72987450a2664414867) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d5d3a168d0
commit
40304df7f2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Setup Node.js for use with actions
|
||||
uses: actions/setup-node@v1.1.0
|
||||
uses: actions/setup-node@v2.1.2
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue