You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple update to version 6.1.0 fails for the ClojureScript tests on circleci with:
/home/circleci/replikativ/target/cljs/taoensso/timbre.js:2
Loading initial Timbre config from: :default
^^^^^^^
SyntaxError: Unexpected identifier
at Object.compileFunction (node:vm:360:18)
at wrapSafe (node:internal/modules/cjs/loader:1088:15)
at Module._compile (node:internal/modules/cjs/loader:1123:27)
at Module._extensions..js (node:internal/modules/cjs/loader:1213:10)
at Module.load (node:internal/modules/cjs/loader:1037:32)
at Module._load (node:internal/modules/cjs/loader:878:12)
at Module.require (node:internal/modules/cjs/loader:1061:19)
at require (node:internal/modules/cjs/helpers:103:18)
at global.CLOSURE_IMPORT_SCRIPT (/home/circleci/replikativ/target/cljs/goog/bootstrap/nodejs.js:88:13)
at goog.Dependency.load (/home/circleci/replikativ/target/cljs/goog/base.js:3088:23)
Node.js v18.12.1
Exited with code exit status 1
The text was updated successfully, but these errors were encountered:
A simple update to version 6.1.0 fails for the ClojureScript tests on circleci with:
The text was updated successfully, but these errors were encountered: