Skip to content

Commit

Permalink
Merge pull request #23 from daveshepherd/master
Browse files Browse the repository at this point in the history
Update to node 12 and update packages
  • Loading branch information
daveshepherd committed Oct 23, 2020
2 parents fad3d4e + 999087e commit b50b09f
Show file tree
Hide file tree
Showing 4 changed files with 620 additions and 466 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: node:8.10.0-alpine
- image: node:12.19.0-alpine3.12
working_directory: /usr/src
steps:
- add_ssh_keys
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: '2'
services:
node:
image: node:8.10.0-alpine
image: node:12.19.0-alpine3.12
volumes:
- .:/usr/src/app:z
working_dir: /usr/src/app

npm:
extends:
service: node
entrypoint: npm
entrypoint: npm

0 comments on commit b50b09f

Please sign in to comment.