upgrade node version in circleci

This commit is contained in:
tabcat 2022-01-20 04:58:05 -06:00 committed by anders
parent 5ff558123f
commit 60c616f9fd

View File

@ -29,7 +29,7 @@ jobs:
# TODO: update to node 14 or 16?
docker:
- image: circleci/node:12-browsers
- image: circleci/node:16-browsers
steps:
# Machine Setup
# If you break your build into multiple jobs with workflows, you will probably want to do the parts of this that are relevant in each