mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 01:36:14 +02:00
tea/.gitlab/pipeline/jobs/.default-frontend.yml
2024-05-07 15:40:32 +02:00

10 lines
218 B
YAML

.default-frontend:
image: node:latest
needs: [ ]
cache:
key: "$CI_PROJECT_ID"
paths:
- Resources/Private/node_modules/
- Resources/Private/.npm
before_script:
- npm install --cache .npm