Skip to content

Commit

Permalink
Dependabotのnpmのバージョン修正 (#4474)
Browse files Browse the repository at this point in the history
* Dependabotのnpmのバージョン修正

* nodeのバージョンを直してあげたよ! (#4475)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
massongit and github-actions[bot] authored Sep 12, 2024
1 parent 5b117b3 commit eec8742
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
if: github.event_name != 'pull_request' || github.event.action != 'closed'
env:
DEPENDABOT_NODE_VERSION: "20.17.0"
DEPENDABOT_NPM_VERSION: "10.8.2"
DEPENDABOT_NPM_VERSION: "9.6.5"
NODE_VERSION: ${{steps.get_node_version.outputs.node_version}}
NPM_VERSION: ${{steps.get_node_version.outputs.npm_version}}
run: bash "${GITHUB_WORKSPACE}/scripts/release/update_package/update_versions.sh"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
},
"engines": {
"node": "^20.17.0 || ^22.8.0",
"npm": "^10.8.2"
"npm": "^9.6.5 || ^10.8.2"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"engines": {
"node": "^20.17.0 || ^22.8.0",
"npm": "^10.8.2"
"npm": "^9.6.5 || ^10.8.2"
}
}
2 changes: 1 addition & 1 deletion test/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"engines": {
"node": "^20.17.0 || ^22.8.0",
"npm": "^10.8.2"
"npm": "^9.6.5 || ^10.8.2"
}
}

0 comments on commit eec8742

Please sign in to comment.