From 1291d769c78773448f13229385abbdc0824fd3ed Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Dec 2020 10:58:04 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v2 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d40eee4..c234724b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - name: install dependencies