From db5f92da361f5619c27c38706146cb380fa431ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 14:08:44 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/nodejs-16.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs-16.yml b/.github/workflows/nodejs-16.yml index a1c31fa1..90868219 100644 --- a/.github/workflows/nodejs-16.yml +++ b/.github/workflows/nodejs-16.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: '22.x' - run: npm install - run: npm run prepublishOnly - run: node -v