Skip to content

Commit 4f2e0f4

Browse files
Bump actions/setup-node from v1 to v2.1.1 (#275)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v1 to v2.1.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v1...321b6cc) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: worldtiki <[email protected]>
1 parent 56db037 commit 4f2e0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818

1919
- name: Use Node.js 12
20-
uses: actions/setup-node@v1
20+
uses: actions/setup-node@v2.1.1
2121
with:
2222
node-version: 12
2323

0 commit comments

Comments
 (0)