From 5cc621bb5d2c34ca6810c8acd1e91e50f571cb99 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Feb 2021 13:59:17 +0000 Subject: [PATCH] Update actions/setup-node action to v2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0eb7495..c4dd38c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Use Node.js 12.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: '12.x' - name: linter and unit test