From 175abf0aa527f5065788c41237c0dbd1c6912b9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 01:29:28 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .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 2942e0d..e3d0b92 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,7 @@ jobs: atom_channel: [stable, beta] steps: - name: Install Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 12 architecture: x64 @@ -67,7 +67,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: UziTech/action-setup-atom@v1 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: "14.x" - name: NPM install