From 06cb746ffe275ba4ff9dd7f76e12b2aafc70a6fe Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 12 Dec 2022 15:37:08 +0100 Subject: [PATCH] Sandbox: Update to Node.js 18 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 605fc8db5..90a34aac9 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ NODEENV := $(ENV_BIN)/nodeenv DIST_DIR := .dist PYPIRC := ~/.pypirc -NODEJS_VERSION := 16.18.1 +NODEJS_VERSION := 18.12.1 # Default target .PHONY: help