Skip to content

Commit

Permalink
Update to node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
sburba authored and Sam Burba committed Jan 7, 2020
1 parent 588bdf8 commit 5d433b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: cypress/base:10
- image: cypress/base:12.6.0
environment:
TERM: xterm
working_directory: ~/app
Expand Down
3 changes: 3 additions & 0 deletions package.json
@@ -1,6 +1,9 @@
{
"name": "goodjobteam",
"version": "1.0.0",
"engines": {
"node": "12.x"
},
"scripts": {
"start": "parcel index.html --open",
"only-start": "parcel index.html",
Expand Down

0 comments on commit 5d433b4

Please sign in to comment.