From c83089d36f56379aa8e809bc250debd211ae762b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 19:39:38 +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