From 25297477d49f31044f3197730ed6cb3165cc4ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 04:33:09 +0000 Subject: [PATCH] chore(deps-gha): bump actions/setup-node from 3 to 4 (#58) --- .github/workflows/check-typescript-projects.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-typescript-projects.yml b/.github/workflows/check-typescript-projects.yml index a575430..8edaee1 100644 --- a/.github/workflows/check-typescript-projects.yml +++ b/.github/workflows/check-typescript-projects.yml @@ -30,7 +30,7 @@ jobs: with: repository: 'maxGraph/maxGraph' - name: Setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' - name: Install dependencies @@ -69,7 +69,7 @@ jobs: path: ${{github.workspace}}/../maxgraph-npm-package - uses: actions/checkout@v4 - name: Setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' - name: Install dependencies