From 1969bc8499f14458af0235952aefaf2a0948f636 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 05:08:13 +0000 Subject: [PATCH] chore(deps): update node.js to v22.22.2 --- .github/workflows/tests.yml | 2 +- .node-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8d4957c..2c49467 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.22.1 + node-version: 22.22.2 - run: npm install - run: npm run build --if-present - run: npm run test:coverage diff --git a/.node-version b/.node-version index 32a2d7b..db49bb1 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22.22.1 +22.22.2