Skip to content

Commit

Permalink
nodejs: pin to node 12.16 (#3382)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks authored May 27, 2020
1 parent 6c08014 commit 299c634
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 @@ -44,7 +44,7 @@ jobs:

build-js:
docker:
- image: circleci/node:12
- image: circleci/node:12.16.0
steps:
- checkout
- run: make check-js
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"react-test-renderer": "^16.9.0"
},
"engines": {
"node": ">=12.0.0 <13.0.0"
"node": ">=12.0.0 <12.17.0"
},
"jest": {
"snapshotSerializers": [
Expand Down

0 comments on commit 299c634

Please sign in to comment.