We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34dba18 + a92b49c commit 1cd8c8dCopy full SHA for 1cd8c8d
1 file changed
.github/workflows/dispatch-npm-engines.yml
@@ -51,8 +51,8 @@ jobs:
51
repositories: ${{ fromJSON(needs.repositories.outputs.matrix) }}
52
53
env:
54
- NODE_VERSION: "^22.0.0"
55
- NPM_VERSION: "^10.5.0" # node 22.0.0 was shipped with 10.5.1 we should not use older NPM with Node 22
+ NODE_VERSION: "^24.0.0"
+ NPM_VERSION: "^11.3.0" # node 24.0.0 was shipped with 11.3.0 we should not use older NPM with Node 24
56
57
steps:
58
- name: Checkout target repository
0 commit comments