mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:36:13 +01:00
11 lines
228 B
YAML
11 lines
228 B
YAML
|
.default-frontend:
|
||
|
image: node:latest
|
||
|
needs: [ ]
|
||
|
cache:
|
||
|
key: "$CI_PROJECT_ID"
|
||
|
paths:
|
||
|
- Resources/Private/node_modules/
|
||
|
- Resources/Private/.yarn
|
||
|
before_script:
|
||
|
- yarn install --cache-folder .yarn
|