mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 11:36:14 +01:00
parent
564e1c1939
commit
93013476e5
4 changed files with 5 additions and 5 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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'",
|
||||||
|
|
Loading…
Reference in a new issue