From 180f0aad798f8e05b4ba0885dc662c49a9a6bca5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:12:44 +0000 Subject: [PATCH] chore: Update Node.js to v22 --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 653e9a9f..e3fdb01c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -7,7 +7,7 @@ on: jobs: lint: runs-on: ubuntu-latest - container: node:20 + container: node:22 steps: - uses: actions/checkout@v3 - name: Install prettier.