From 95451ad839207ee9d35a00ab93645db01e29a3e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 01:24:44 +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 00f927e..1cd5731 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: - 16.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