From 406e79db568eb870553b5c7924739339f225d4ae Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 11 Jul 2024 09:55:31 +0200 Subject: Pin node version in Dockerfile to assure compatibility with Angular 13 Issue-ID: PORTALNG-112 Change-Id: I207209f7f24ea736510d85da198dfcd78fc313de Signed-off-by: Fiete Ostkamp --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 200a708..531587f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ # dependencies /node_modules package-lock.json +node # profiling files chrome-profiler-events*.json @@ -56,4 +57,4 @@ Thumbs.db /.angular .cache -staging.proxy.config.json \ No newline at end of file +staging.proxy.config.json -- cgit 1.2.3-korg