mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-03-20 06:09:29 +00:00
Node-Sass supports only Node 8.x, trying carbon
This commit is contained in:
parent
18edf95edf
commit
357237c340
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
|
|
||||||
image: node:latest
|
image: node:6.11.1
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- npm cache clean --force
|
|
||||||
- npm install
|
- npm install
|
||||||
- npm install gulp -g
|
- npm install gulp -g
|
||||||
- gulp build --cwd ./themes/starter
|
- gulp build --cwd ./themes/starter
|
||||||
|
|
Loading…
Add table
Reference in a new issue