Skip to content

Commit

Permalink
Switch to Node.js 10
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 23, 2019
1 parent 5ef7a00 commit 2f1b818
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [8, 10, 12]
node: [10, 12]

steps:
- name: Clone repository
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:8.8.1-alpine
FROM node:10-alpine
ADD . /srv/www
WORKDIR /srv/www
RUN npm install --unsafe-perm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"supertest": "^4.0.2"
},
"engines": {
"node": "^8.6.0"
"node": "10.x"
},
"scripts": {
"lint": "eslint bin/slackin lib test",
Expand Down

0 comments on commit 2f1b818

Please sign in to comment.