diff --git a/.github/workflows/check-typescript-projects.yml b/.github/workflows/check-typescript-projects.yml index 82cf2ae..fdd842f 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@v6 + uses: actions/setup-node@v7 with: node-version-file: '.nvmrc' cache: npm @@ -72,7 +72,7 @@ jobs: path: ${{github.workspace}}/../maxgraph-npm-package - uses: actions/checkout@v7 - name: Setup node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: '.nvmrc' - name: Install dependencies