1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

ui: Upgrade to elm 0.19.1, bump all JS deps

This commit is contained in:
James Hillyerd
2020-03-21 11:33:03 -07:00
parent 45d9d2af39
commit 201987f6a8
5 changed files with 1228 additions and 930 deletions

View File

@@ -13,7 +13,10 @@ jobs:
- go: "1.14.x"
- go: "master"
- language: elm
elm: "0.19.0"
elm: "latest-0.19.1"
elm-format: "latest-0.19.1"
elm-test: "latest-0.19.1"
node_js: '10.19'
install:
- "cd ui"
- "npm ci"
@@ -23,7 +26,7 @@ jobs:
- stage: deploy
go: "1.14.x"
before_install:
- "nvm install 10.13.0"
- "nvm install 10.19.0"
install:
- "cd ui"
- "npm ci"