Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit a1d8b66

Browse files
author
Matt Goo
authored
feat: updated all packages to 0.36.0 (#104)
1 parent f421637 commit a1d8b66

File tree

10 files changed

+89
-94
lines changed

10 files changed

+89
-94
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ branches:
1111

1212
matrix:
1313
include:
14-
- node_js: 8
14+
- node_js: 10
1515
env: TEST_SUITE=unit
1616
install:
1717
- npm i
@@ -21,12 +21,13 @@ matrix:
2121
after_success:
2222
- codecov
2323

24-
- node_js: 8
24+
- node_js: 10
2525
env: TEST_SUITE=lint
2626
install: npm i
2727
script: npm run lint
2828

29-
- node_js: 8
29+
- node_js: 10
30+
install: npm i
3031
services:
3132
- docker
3233
env:

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# based off https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker
2-
FROM node:8-slim
2+
FROM node:10-slim
33

44
# See https://crbug.com/795759
55
RUN apt-get update && apt-get install -yq libgconf-2-4 git
@@ -43,6 +43,7 @@ USER pptruser
4343
RUN cd /home/pptruser/ \
4444
&& git clone https://github.com/material-components/material-components-web-react.git \
4545
&& cd material-components-web-react \
46+
&& git checkout . \
4647
&& npm i
4748

4849
WORKDIR /home/pptruser/material-components-web-react

0 commit comments

Comments
 (0)