mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 23:56:12 +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"
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "18.20.2"
|
||||
node-version: "22.5.1"
|
||||
- name: "Install modules"
|
||||
run: |
|
||||
npm ci
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.default-frontend:
|
||||
image: node:18
|
||||
image: node:22
|
||||
needs: [ ]
|
||||
cache:
|
||||
key: "$CI_PROJECT_ID"
|
||||
|
|
|
@ -318,7 +318,7 @@ CGLCHECK_DRY_RUN=0
|
|||
DATABASE_DRIVER=""
|
||||
CONTAINER_BIN=""
|
||||
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_FAILURE="npm clean-install has failed. Please run \'${0} -s npm ci\' to explore."
|
||||
CONTAINER_INTERACTIVE="-it --init"
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
"version": "1.0.0",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"engines": {
|
||||
"node": "^18.20.0",
|
||||
"npm": "^10.5.0"
|
||||
"node": "^22.5.0",
|
||||
"npm": "^10.8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"ci:lint:js": "eslint 'Resources/Public/**/*.js'",
|
||||
|
|
Loading…
Reference in a new issue