Skip to content

Commit

Permalink
fix: revert to 14.15.0 until 15 is stable for tsc
Browse files Browse the repository at this point in the history
Fixes #691

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
  • Loading branch information
jef committed Nov 5, 2020
1 parent 7ec2894 commit 2955ea7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11,650 deletions.
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
15.1.0
14.15.0
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,5 +1,5 @@
# Build the source code
FROM node:15.0.1-alpine3.12 AS builder
FROM node:14.15.0-alpine3.12 AS builder

ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true

Expand All @@ -14,7 +14,7 @@ COPY src/ src/
RUN npm run build
RUN npm prune --production

FROM node:15.0.1-alpine3.12
FROM node:14.15.0-alpine3.12

RUN apk add --no-cache chromium

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ getting `streetmerchant` running!

### Installation: native

- [Node.js 15](https://nodejs.org/en/)
- [Node.js 14](https://nodejs.org/en/)
- [git](https://git-scm.com/)
- Clone this project `git clone https://github.com/jef/streetmerchant.git`
- Run `npm install`
Expand Down

0 comments on commit 2955ea7

Please sign in to comment.