Update to nodejs 16.18.0

It was pretty old, but also it wasn't installing correctly on an Apple
Silicon machine.
This commit is contained in:
Edward Loveall 2022-11-06 17:33:20 -05:00
parent bf31305617
commit 815f5c19f0
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View File

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

View File

@ -1,6 +1,10 @@
2022-10-30 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 2022-10-11

View File

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