File tree Expand file tree Collapse file tree 6 files changed +263
-887
lines changed Expand file tree Collapse file tree 6 files changed +263
-887
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ workflows:
135135 # at this point in time because config templates
136136 # are pre-compiled. See
137137 # https://discuss.circleci.com/t/how-to-use-a-bash-env-variable-as-a-parameter-to-a-command-or-when-condition/29186
138- node_version : 10. 12.0
138+ node_version : 12.22.7
139139 - bundle :
140140 requires :
141141 - lint
@@ -148,7 +148,7 @@ workflows:
148148 - bundle
149149 - bundle-test-cjs-js :
150150 name : bundle-test-cjs-js@engine
151- node_version : 10. 12.0
151+ node_version : 12.22.7
152152 requires :
153153 - bundle
154154 - ensure-versioned-correctly :
@@ -169,7 +169,7 @@ workflows:
169169 - publish
170170 - package-test-cjs-js :
171171 name : package-test-cjs-js@engine
172- node_version : 10. 12.0
172+ node_version : 12.22.7
173173 requires :
174174 - publish
175175 - publish-github-release :
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ . " $( dirname " $0 " ) /_/husky.sh"
3+
4+ npm run lint && npm test
Original file line number Diff line number Diff line change 1+ ### 2.5.3
2+ * [ #114 : Update dependencies.] ( https://github.com/haensl/js-profiler/issues/114 )
3+ * Lift required Node.js version from 10.12.0 to 12.22.7 to since maintenance has run out.
4+
15### 2.5.2
26* [ #112 : Update dependencies.] ( https://github.com/haensl/js-profiler/issues/112 )
37
Original file line number Diff line number Diff line change 11." vim: set syn=nroff
2- .TH js-profiler 1 "August 2021 " "js-profiler v2.5.2 "
2+ .TH js-profiler 1 "January 2022 " "js-profiler v2.5.3 "
33
44.SH NAME
55js-profiler - A JavaScript profiling tool and collection of profiling modules and benchmarks.
You can’t perform that action at this time.
0 commit comments