Skip to content

Commit 2172d15

Browse files
build(deps): update actions/setup-node requirement to v2.1.1 (#1881)
Updates the requirements on [actions/setup-node](https://github.com/actions/setup-node) to permit the latest version. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/commits/321b6ccb03083caa2ad22b27dc4b45335212e824) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fdd5799 commit 2172d15

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
@@ -30,7 +30,7 @@ jobs:
3030
run: git config --global core.autocrlf input
3131
- uses: actions/checkout@v2
3232
- name: Use Node.js 10.x
33-
uses: actions/setup-node@v2.1.0
33+
uses: actions/setup-node@v2.1.1
3434
with:
3535
node-version: 10.x
3636
- name: Determine Yarn cache

0 commit comments

Comments
 (0)