Skip to content

Commit

Permalink
Merge pull request #100 from snyk/fix/rnode-10-for-semantic-release
Browse files Browse the repository at this point in the history
fix: use node 10 for release
  • Loading branch information
lili2311 authored Jan 30, 2020
2 parents 95e05cd + 2880d1d commit da40e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
release:
<<: *defaults
docker:
- image: node:8
- image: node:10
steps:
- checkout_and_merge
- run:
Expand Down

0 comments on commit da40e8e

Please sign in to comment.