mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 05:36:13 +02:00
tea/.gitlab/pipeline/jobs/.default-frontend.yml
2024-08-01 13:31:59 +00:00

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