From a6f9d11eccc3ef6cc5bb3e955544c9a0a6f93280 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Dec 2020 09:55:22 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v2 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6704f9d..e0cd81a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - run: npm install @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - run: npm install