mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-24 05:36:12 +01:00

[TASK] Set npm to version 10.8.2

This commit is contained in:
gittibitti 2024-09-17 14:33:19 +02:00
parent fdace0a094
commit 10780da74e

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'",