From 58333b2f726dd0ebc8d437ebfa5fd61086d8c228 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 19 Dec 2020 02:31:03 +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 6b684ecf..7e9f80a5 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 }} - run: npm ci