diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index ececf1a3..8ad97dea 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -47,7 +47,7 @@ jobs: $WhereNode = Get-Command node | Select-Object -ExpandProperty Definition $NodeDirPath = Split-Path $WhereNode -Parent cd $NodeDirPath - npm install npm@10.17.0 + npm install npm@10.7.0 - name: Use Ruby 2.7.x uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index baea557e..fc9b4715 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: $WhereNode = Get-Command node | Select-Object -ExpandProperty Definition $NodeDirPath = Split-Path $WhereNode -Parent cd $NodeDirPath - npm install npm@10.17.0 + npm install npm@10.7.0 - name: Use Ruby 2.7.x uses: ruby/setup-ruby@v1 with: