Skip to content

Commit

Permalink
TEMP: workaround to use Node v12
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Jun 19, 2020
1 parent 1a8d79e commit f6df224
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@
"zlib": "^1.0.5"
},
"engines": {
"node": "10.21.0",
"node": "12.16.2",
"yarn": "^1.21.1"
}
}
3 changes: 2 additions & 1 deletion scripts/check_published_api_changes.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
* under the License.
*/

require('../src/setup_node_env');
//require('../src/setup_node_env');
require('../src/setup_node_env/babel_register');
require('../src/dev/run_check_published_api_changes');

0 comments on commit f6df224

Please sign in to comment.