From 8a1a0bbefcfb0b0748073f934d34b292c1cb7309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 05:40:50 +0000 Subject: [PATCH] chore(deps): update actions/setup-node requirement to v2.1.1 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] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 232a241c3..f79dcc0aa 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: actions/setup-node@v2.1.0 + - uses: actions/setup-node@v2.1.1 with: node-version: 12.x - name: install