10000 Fix versions · TailorDev/assignees@df16d49 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Apr 26, 2018
1 parent 04f79f6 commit df16d49
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:7.4-alpine
FROM node:8.1

ENV APP_DIR=/usr/src/app

Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,6 @@ You may want to change the name of the project, the contact email address, or
the Piwik tracking code by editing the [`views/global-mixins.pug`
template](https://github.com/TailorDev/assignees/blob/master/views/global-mixins.pug).

### Requirements

This project runs on [Node](https://nodejs.org/en/) **7.4** and uses
[Yarn](https://yarnpkg.com/) as package manager. Version **0.16.1** is used on
Heroku because of an
[incompatibility](https://github.com/heroku/heroku-buildpack-nodejs/issues/359).
In development, Yarn 0.19.1 has been used without any problem.

## Running the Tests

$ [docker-compose run --rm app] yarn run test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
}
},
"engines": {
"node": "9.x",
"node": "8.x || 9.x",
"yarn": "1.x"
}
}

0 comments on commit df16d49

Please sign in to comment.
0