mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:36:12 +02:00

[FEATURE] Update node to version 22 (#1420)

Fixes: #1403
This commit is contained in:
Felix Althaus 2024-08-01 15:31:59 +02:00 committed by GitHub
parent 564e1c1939
commit adc864f257
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -105,7 +105,7 @@ jobs:
- name: "Set up Node.js" - name: "Set up Node.js"
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "18.20.2" node-version: "22.5.1"
- name: "Install modules" - name: "Install modules"
run: | run: |
npm ci npm ci

View file

@ -1,5 +1,5 @@
.default-frontend: .default-frontend:
image: node:18 image: node:22
needs: [ ] needs: [ ]
cache: cache:
key: "$CI_PROJECT_ID" key: "$CI_PROJECT_ID"

View file

@ -318,7 +318,7 @@ CGLCHECK_DRY_RUN=0
DATABASE_DRIVER="" DATABASE_DRIVER=""
CONTAINER_BIN="" CONTAINER_BIN=""
COMPOSER_ROOT_VERSION="3.0.x-dev" COMPOSER_ROOT_VERSION="3.0.x-dev"
NODE_VERSION=18 NODE_VERSION=22
HELP_TEXT_NPM_CI="Now running \'npm ci --silent\'." HELP_TEXT_NPM_CI="Now running \'npm ci --silent\'."
HELP_TEXT_NPM_FAILURE="npm clean-install has failed. Please run \'${0} -s npm ci\' to explore." HELP_TEXT_NPM_FAILURE="npm clean-install has failed. Please run \'${0} -s npm ci\' to explore."
CONTAINER_INTERACTIVE="-it --init" CONTAINER_INTERACTIVE="-it --init"

View file

@ -10,8 +10,8 @@
"version": "1.0.0", "version": "1.0.0",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"engines": { "engines": {
"node": "^18.20.0", "node": "^22.5.0",
"npm": "^10.5.0" "npm": "^10.8.0"
}, },
"scripts": { "scripts": {
"ci:lint:js": "eslint 'Resources/Public/**/*.js'", "ci:lint:js": "eslint 'Resources/Public/**/*.js'",