From fe3690f76e3aac3956048eeee594b29768ce69e2db3e0d989392c16c2f925eed Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Fri, 21 Oct 2022 13:44:59 +0000 Subject: [PATCH] - Use NodeJS 19 as default for TW OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-common?expand=0&rev=54 --- nodejs-common.changes | 5 +++++ nodejs-common.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/nodejs-common.changes b/nodejs-common.changes index 2c5e4d7..dc4cfb6 100644 --- a/nodejs-common.changes +++ b/nodejs-common.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 21 10:09:34 UTC 2022 - Adam Majer + +- Use NodeJS 19 as default for TW + ------------------------------------------------------------------- Sun Jul 31 15:51:38 UTC 2022 - Adam Majer diff --git a/nodejs-common.spec b/nodejs-common.spec index 265469e..60a2744 100644 --- a/nodejs-common.spec +++ b/nodejs-common.spec @@ -26,7 +26,7 @@ ########################################################### %define NODEJS_LTS 18 -%define NODEJS_CURRENT 18 +%define NODEJS_CURRENT 19 %if 0%{?suse_version} > 1500 || 0%{?fedora_version} %bcond_without libalternatives @@ -74,7 +74,7 @@ %endif Name: nodejs-common -Version: 5.0 +Version: 5.1 Release: 0 Summary: Common files for the NodeJS ecosystem License: MIT