mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
adc864f257
Fixes: #1403
10 lines
214 B
YAML
10 lines
214 B
YAML
.default-frontend:
|
|
image: node:22
|
|
needs: [ ]
|
|
cache:
|
|
key: "$CI_PROJECT_ID"
|
|
paths:
|
|
- Resources/Private/node_modules/
|
|
- Resources/Private/.npm
|
|
before_script:
|
|
- npm install --cache .npm
|