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:
parent
bf31305617
commit
815f5c19f0
3 changed files with 7 additions and 3 deletions
|
@ -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…
Reference in a new issue