Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- '10.16'
- '12'
cache:
yarn: true

Expand Down Expand Up @@ -45,6 +45,3 @@ deploy:
verbose: true
on:
branch: master



2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BUILD_VERSION ?= 8.0.$(CI_BUILD_NUMBER)
BUILD_VERSION ?= 8.1.$(CI_BUILD_NUMBER)

# default to beta publishing
VERSION_TAG ?= $(BUILD_VERSION)-beta
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "Meetup Web UI Component Library",
"author": "Meetup",
"engines": {
"node": "^10.16.3",
"yarn": "^1.9.4"
"node": "^12.14.1",
"yarn": "^1.17.3"
},
"scripts": {
"build": "babel src --out-dir lib --ignore test.js,test.jsx,story.jsx --source-maps && yarn run build:css",
Expand Down Expand Up @@ -113,7 +113,7 @@
"jest": "23.5.0",
"js-joda": "1.9.2",
"lint-staged": "7.2.0",
"meetup-web-mocks": "1.0.270",
"meetup-web-mocks": "1.1.310",
"mwp-app-render": "22.4.3075",
"mwp-config": "22.4.3075",
"mwp-i18n": "22.4.3075",
Expand Down