Skip to content

Commit

Permalink
internal: Fix node minor version so jest doesn't break (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Sep 14, 2021
1 parent a4db2ed commit 33c5599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
setup:
docker: &docker
# specify the version you desire here
- image: circleci/node:16
- image: circleci/node:16.8
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 33c5599

Please sign in to comment.