Skip to content

Commit 113d4c7

Browse files
dependabot[bot]moonglum
authored andcommitted
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]>
1 parent 92bc93b commit 113d4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- 12.x
1212
steps:
1313
- uses: actions/[email protected]
14-
- uses: actions/setup-node@v1
14+
- uses: actions/setup-node@v2.1.5
1515
with:
1616
node-version: ${{ matrix.node-version }}
1717
- run: npm run test:prepare && npm install-test

0 commit comments

Comments
 (0)