Skip to content

Commit a92b49c

Browse files
chore: fix typo
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 1d12880 commit a92b49c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

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