Skip to content

Commit 1cd8c8d

Browse files
authored
Merge pull request #135 from nextcloud/chore/update-node
chore: update Node and NPM versions
2 parents 34dba18 + a92b49c commit 1cd8c8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dispatch-npm-engines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
repositories: ${{ fromJSON(needs.repositories.outputs.matrix) }}
5252

5353
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
54+
NODE_VERSION: "^24.0.0"
55+
NPM_VERSION: "^11.3.0" # node 24.0.0 was shipped with 11.3.0 we should not use older NPM with Node 24
5656

5757
steps:
5858
- name: Checkout target repository

0 commit comments

Comments
 (0)