Skip to content

Commit

Permalink
Update Node to 14.19.3 to match production (getodk#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white authored Jul 20, 2022
1 parent 1e61fd3 commit 35ce131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orbs:
jobs:
build:
docker:
- image: cimg/node:14.17.6-browsers
- image: cimg/node:14.19.3-browsers

working_directory: ~/repo

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "NODE_ENV=test karma start"
},
"volta": {
"node": "14.17.6"
"node": "14.19.3"
},
"gitHooks": {
"pre-commit": "node bin/transifex/restructure.js && git diff --exit-code -- transifex/strings_en.json"
Expand Down

0 comments on commit 35ce131

Please sign in to comment.