Skip to content

Commit

Permalink
bumps circleci test executor to node 10
Browse files Browse the repository at this point in the history
Node10 is the minimum supported version of Node.
This commit uses Node10 to execute tests.

TODO: We should run tests on all supported versions.
  • Loading branch information
mattoberle committed Dec 7, 2020
1 parent bad79ec commit f076658
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 @@ -5,7 +5,7 @@ general:
jobs:
build:
docker:
- image: node:8.10.0
- image: node:10
working_directory: ~/repo
parallelism: 4
steps:
Expand Down

0 comments on commit f076658

Please sign in to comment.