mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 05:56:13 +02:00

[TASK] Set npm to version 10.8.2 (#1463)

This commit is contained in:
bernd 2024-09-17 15:08:09 +02:00 committed by GitHub
parent fb7b22a559
commit 026b13a52b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"engines": { "engines": {
"node": "^20.17.0 || ^22.5.1", "node": "^20.17.0 || ^22.5.1",
"npm": "^10.8.0" "npm": "^10.8.2"
}, },
"scripts": { "scripts": {
"ci:lint:js": "eslint 'Resources/Public/**/*.js'", "ci:lint:js": "eslint 'Resources/Public/**/*.js'",