From 264b2b564c184cd7e84b6c9d998a6b8e5bcab971 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 19 Feb 2021 01:27:05 +0200 Subject: [PATCH] CI: update to `actions/setup-node@v2` (#1339) --- .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 e61745921..2fd237c2b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: - 10 steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - run: npm ci