Skip to content

Commit e7ea6d0

Browse files
Bump actions/setup-node from 1 to 2.1.5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v1...v2.1.5) Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee2bb33 commit e7ea6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: '2'
2828

2929
- name: Test on Node ${{ matrix.node-version }}
30-
uses: actions/setup-node@v1
30+
uses: actions/setup-node@v2.1.5
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333

0 commit comments

Comments
 (0)