mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-03 14:57:22 +03:00
Ensured travis makes use of a working node version for builds
This commit is contained in:
parent
d7312d26f7
commit
9f172c308c
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- "stable"
|
- "10.15.3"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
yarn: true
|
yarn: true
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:10.15.2 as node
|
FROM node:10.15.3-alpine as node
|
||||||
COPY . /shlink-web-client
|
COPY . /shlink-web-client
|
||||||
RUN cd /shlink-web-client && yarn install && yarn build
|
RUN cd /shlink-web-client && yarn install && yarn build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue