From 63fa781eb1994added3fd0f8098672edc77f25fc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 May 2022 00:27:31 +0000 Subject: [PATCH] Update actions/setup-node action to v3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38e7bba..e2c1a27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: with: path: '**/node_modules' key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }} - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: 14.x - run: yarn install @@ -27,7 +27,7 @@ jobs: - 18.x steps: - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Ensure line endings are consistent