From 59465045caa9524f56fbd51c191eae5e61b00e65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 19:02:29 +0000 Subject: [PATCH] Update dependency node to v22 --- .github/workflows/npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 319ffa6..8cb9306 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -20,6 +20,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '12.x' + node-version: '22.x' - run: npm install --no-color - run: npm test --no-color