Update to nodejs 16.18.0

It was pretty old, but also it wasn't installing correctly on an Apple
Silicon machine.
main
Edward Loveall 7 months ago
parent bf31305617
commit 815f5c19f0
No known key found for this signature in database

@ -1,2 +1,2 @@
nodejs 12.14.1
nodejs 16.18.0
crystal 1.5.0

@ -1,6 +1,10 @@
2022-10-30
Fix viewing articles if the URL has a trailing slash
* Update to nodejs 16.18.0
2022-10-30
* Fix viewing articles if the URL has a trailing slash
2022-10-11

@ -1,3 +1,3 @@
module Scribe
VERSION = "2022-10-30"
VERSION = "2022-11-06"
end

Loading…
Cancel
Save