Skip to content

Commit

Permalink
Node 12.x version strict (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepe Cano authored Dec 8, 2020
1 parent 1e7ac8c commit 5654076
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base image
FROM node:10-slim
FROM node:12-slim
RUN apt-get update && apt-get install python build-essential -y
WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before retrying.

## Manual Installation

This uses port `8000` by default.
In node 12.x:

```bash
git clone [email protected]:loadimpact/k6-docs.git
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "k6-docs",
"engines": {
"node": "12.x"
},
"description": "",
"version": "0.1.0",
"private": true,
Expand Down

0 comments on commit 5654076

Please sign in to comment.