Update to nodejs 16.18.0

It was pretty old, but also it wasn't installing correctly on an Apple
Silicon machine.
main 2022-11-06
Edward Loveall 2022-11-06 17:33:20 -05:00
rodzic bf31305617
commit 815f5c19f0
Nie znaleziono w bazie danych klucza dla tego podpisu
3 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

@ -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

Wyświetl plik

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