fix: revert to 14.15.0 until 15 is stable for tsc

Fixes #691

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-11-05 18:04:48 -05:00
parent 7ec2894147
commit 2955ea70ab
4 changed files with 20 additions and 11650 deletions
+1 -1
View File
@@ -1 +1 @@
15.1.0 14.15.0
+2 -2
View File
@@ -1,5 +1,5 @@
# Build the source code # 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 ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
@@ -14,7 +14,7 @@ COPY src/ src/
RUN npm run build RUN npm run build
RUN npm prune --production RUN npm prune --production
FROM node:15.0.1-alpine3.12 FROM node:14.15.0-alpine3.12
RUN apk add --no-cache chromium RUN apk add --no-cache chromium
+1 -1
View File
@@ -28,7 +28,7 @@ getting `streetmerchant` running!
### Installation: native ### Installation: native
- [Node.js 15](https://nodejs.org/en/) - [Node.js 14](https://nodejs.org/en/)
- [git](https://git-scm.com/) - [git](https://git-scm.com/)
- Clone this project `git clone https://github.com/jef/streetmerchant.git` - Clone this project `git clone https://github.com/jef/streetmerchant.git`
- Run `npm install` - Run `npm install`
+16 -11646
View File
File diff suppressed because it is too large Load Diff