From 91f983b7575bf2f041dc50ee18a61889af7aec3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:49:45 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/scip-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scip-release.yml b/.github/workflows/scip-release.yml index ab65d8b52..62c08f1c5 100644 --- a/.github/workflows/scip-release.yml +++ b/.github/workflows/scip-release.yml @@ -13,7 +13,7 @@ jobs: - uses: docker/setup-buildx-action@v2 - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '22.17.0' registry-url: 'https://registry.npmjs.org' - run: npm install - run: cd ./packages/pyright-scip/ && npm install && npm run build