Skip to content

Commit

Permalink
chore: update node version (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
JadTermsani committed Sep 3, 2020
1 parent b0e708a commit a5a066c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -3,7 +3,7 @@ version: 2
defaults: &defaults
working_directory: ~/project
docker:
- image: circleci/node:8.10-browsers
- image: circleci/node:12.8.1-browsers

jobs:
test-node:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

update-fixtures:
docker:
- image: circleci/node:8.10
- image: circleci/node:12.8.1
steps:
- checkout
- run: 'yarn install'
Expand All @@ -63,13 +63,13 @@ workflows:
build_and_test:
jobs:
- test-node:
filters: # required since `deploy` has tag filters AND requires `test-node`
filters: # required since `deploy` has tag filters AND requires `test-node`
branches:
only: /.*/
tags:
only: /.*/
- test-web:
filters: # required since `deploy` has tag filters AND requires `test-web`
filters: # required since `deploy` has tag filters AND requires `test-web`
branches:
only: /.*/
tags:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,7 +48,7 @@
"generate-parser": "node ./dist/generate-custom-parser.js"
},
"engines": {
"node": ">=8.10"
"node": ">=10"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand Down

0 comments on commit a5a066c

Please sign in to comment.