mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:36:12 +01:00
fbb7e0c930
Resolves: #1274
10 lines
218 B
YAML
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
|