move to node 18.20.3

This commit is contained in:
Kenneth Kehl
2024-06-18 07:59:07 -07:00
parent f000fa0ff3
commit 388cb1796a
2 changed files with 2 additions and 2 deletions

2
.nvmrc
View File

@@ -1 +1 @@
16.20.2
18.20.3

View File

@@ -10,7 +10,7 @@ FLASK_APP=application.py
FLASK_DEBUG=true
WERKZEUG_DEBUG_PIN=off
NODE_VERSION=16.15.1
NODE_VERSION=18.20.3
NODE_EXTRA_CA_CERTS="path to Homebrew CA certificate"
#############################################################