Skip to content

Commit

Permalink
Revert "nodejs: pin to node 12.16 (#3382)"
Browse files Browse the repository at this point in the history
This reverts commit 299c634.
  • Loading branch information
nicks committed May 27, 2020
1 parent 299c634 commit c135b71
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.16.0
- image: circleci/node:12
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 <12.17.0"
"node": ">=12.0.0 <13.0.0"
},
"jest": {
"snapshotSerializers": [
Expand Down

0 comments on commit c135b71

Please sign in to comment.