From aa58fcc9ada31c99ec6652a88a8512562b13d52d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 05:56:53 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies with stable version --- .github/workflows/commitlint.yaml | 2 +- .nvmrc | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 516ad01c29..cea5e6cd63 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -17,6 +17,6 @@ jobs: - name: Remove tsconfig run: rm tsconfig.json - - uses: wagoid/commitlint-github-action@v5.4.5 + - uses: wagoid/commitlint-github-action@v5.5.1 with: configFile: commitlint.config.cjs diff --git a/.nvmrc b/.nvmrc index 3c5535cf60..f4e1dd5b00 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.19.1 +18.20.0 diff --git a/package.json b/package.json index 3756f63ad0..c9cd422b17 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,7 @@ "node": ">=v16.20.2" }, "volta": { - "node": "18.19.1", + "node": "18.20.0", "yarn": "1.22.22" }, "config": {