Skip to content

Commit

Permalink
ci(circle): use Node.js v12 backed image
Browse files Browse the repository at this point in the history
The updated dependency on @cypress/browserify-preprocessor introduced in
5f73e4d no longer supports Node.js v8.

References #412.
  • Loading branch information
bauglir authored and lgandecki committed Aug 4, 2020
1 parent 049d272 commit ad7f5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: cypress/base:8
- image: cypress/base:12
working_directory: ~/cypress-cucumber-preprocessor
steps:
- checkout
Expand Down

0 comments on commit ad7f5f0

Please sign in to comment.