From 7cc73eacbfff7ee597c98c8aa3ed68493c65b6b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:20:59 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/deployment.yaml | 2 +- .github/workflows/integration.yaml | 2 +- .nvmrc | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 217093d..6ab160e 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -34,7 +34,7 @@ jobs: uses: pnpm/action-setup@v2.4.0 - name: Set Nx SHAs - uses: nrwl/nx-set-shas@v3 + uses: nrwl/nx-set-shas@v4 with: main-branch-name: production diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 275a851..2c7f815 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -24,7 +24,7 @@ jobs: uses: pnpm/action-setup@v2.4.0 - name: Set Nx SHAs - uses: nrwl/nx-set-shas@v3 + uses: nrwl/nx-set-shas@v4 with: main-branch-name: production diff --git a/.nvmrc b/.nvmrc index 5538e1c..fb5b513 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.6.1 +21.0.0 diff --git a/package.json b/package.json index 7ccc058..b6a303b 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ }, "packageManager": "pnpm@8.7.5", "engines": { - "node": "20.6.1" + "node": "21.0.0" } }