Skip to content

Commit

Permalink
Fix npm version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Oct 17, 2024
1 parent 5a48d61 commit 282083b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 282083b

Please sign in to comment.