Skip to content

Commit f7e603b

Browse files
dependabot[bot]BPScottMichaelDeBoey
authored
build(deps): bump actions/setup-node from v1 to v2.1.5 (#409)
* build(deps): bump actions/setup-node from v1 to v2.1.5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v1...46071b5) Signed-off-by: dependabot[bot] <[email protected]> * Update .github/workflows/ci.yml Co-authored-by: Michaël De Boey <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Scott <[email protected]> Co-authored-by: Michaël De Boey <[email protected]>
1 parent 2ee9363 commit f7e603b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v2
3232

3333
- name: Use Node.js ${{ matrix.node-version }}
34-
uses: actions/setup-node@v1
34+
uses: actions/setup-node@v2
3535
with:
3636
node-version: ${{ matrix.node-version }}
3737

0 commit comments

Comments
 (0)