Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit a081e15

Browse files
Bump actions/setup-node from v2.1.4 to v2.1.5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.1.4...46071b5) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 191d5bf commit a081e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v2
1616
- name: Install Node.js
17-
uses: actions/setup-node@v2.1.4
17+
uses: actions/setup-node@v2.1.5
1818
with:
1919
node-version: 10.x
2020
- run: yarn install

0 commit comments

Comments
 (0)