From a97348986616ab0a7710ce09a9c8a8c3e63f393a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 00:04:38 +0000 Subject: [PATCH] Update actions/setup-node action to v3 --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 16a535b..ea2d99a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '14.16' - name: Install @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '14.16' - name: Install