kendru / learn-cljs

Source code for Learn ClojureScript
64 stars 27 forks source link

Bump db-migrate deps for lesson 26 #68

Closed jaidetree closed 1 year ago

jaidetree commented 2 years ago

Someone popped into the clojure irc channel and was stuck trying to figure out migrations on code/lesson-26/chat-backend. Turns out that version of db-migrate-pg is a bit old and wasn't even until a few versions later compatible with node 14+.

Works now on node 18.

sevillaarvin commented 2 years ago

Can confirm this works. In the meantime, update manually: npm update db-migrate db-migrate-pg