From 2172d1576c93461d4c34e194996c81166b422b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2020 23:38:40 -0700 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d9e3ce117..57cecdb120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: git config --global core.autocrlf input - uses: actions/checkout@v2 - name: Use Node.js 10.x - uses: actions/setup-node@v2.1.0 + uses: actions/setup-node@v2.1.1 with: node-version: 10.x - name: Determine Yarn cache