From 46b08007a491e244d7216f7cba9490a4e9de37f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:05:49 +0200 Subject: [PATCH] chore(deps): update dependency node to v22 (#766) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 3e894f61..50312623 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -81,7 +81,7 @@ jobs: - name: "🟢 Setup Node.js" uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: '20.x' + node-version: '22.x' - name: "🍞 Setup Bun" uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2