From 943930ae6e97b5d943ca71616aff38ce4ee32810 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 09:04:46 +0000 Subject: [PATCH] chore(deps): update dependency node to v16.20.2 --- .github/workflows/release.yml | 2 +- .github/workflows/scip.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 226183cc..a7918e7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Setup node.js uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 16.20.2 - name: Install dependencies run: yarn diff --git a/.github/workflows/scip.yml b/.github/workflows/scip.yml index 1bff0b66..46256ca9 100644 --- a/.github/workflows/scip.yml +++ b/.github/workflows/scip.yml @@ -9,7 +9,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 16.20.2 - run: yarn global add @sourcegraph/scip-typescript @sourcegraph/src - run: yarn --ignore-engines --ignore-scripts - run: scip-typescript index --yarn-workspaces diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b7f2b4a4..b638ad25 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 16.20.2 - name: Install dependencies run: yarn install