From 66aafdf9fe9eb555df1c540e784d3efd65fa9048 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 13:30:08 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/prepare-release.yaml | 2 +- .github/workflows/ui.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prepare-release.yaml b/.github/workflows/prepare-release.yaml index 3666e1f1..f8e62ac5 100644 --- a/.github/workflows/prepare-release.yaml +++ b/.github/workflows/prepare-release.yaml @@ -21,7 +21,7 @@ jobs: - name: ⬇️ Checkout uses: actions/checkout@v4 - name: 🏗 Setup node env - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: lts/* cache-dependency-path: package-lock.json diff --git a/.github/workflows/ui.yaml b/.github/workflows/ui.yaml index 47d17512..96735b93 100644 --- a/.github/workflows/ui.yaml +++ b/.github/workflows/ui.yaml @@ -28,7 +28,7 @@ jobs: - name: ⬇️ Checkout uses: actions/checkout@v4 - name: 🏗 Setup node env - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: services/ui/.nvmrc cache: 'npm'