2
0
forked from pool/nodejs-common

- Use NodeJS 20 as default for TW

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-common?expand=0&rev=56
This commit is contained in:
Adam Majer 2023-04-19 13:46:28 +00:00 committed by Git OBS Bridge
parent fe3690f76e
commit 34f22bc91c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 19 13:38:14 UTC 2023 - Adam Majer <adam.majer@suse.de>
- Use NodeJS 20 as default for TW
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 21 10:09:34 UTC 2022 - Adam Majer <adam.majer@suse.de> Fri Oct 21 10:09:34 UTC 2022 - Adam Majer <adam.majer@suse.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package nodejs-common # spec file for package nodejs-common
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@
########################################################### ###########################################################
%define NODEJS_LTS 18 %define NODEJS_LTS 18
%define NODEJS_CURRENT 19 %define NODEJS_CURRENT 20
%if 0%{?suse_version} > 1500 || 0%{?fedora_version} %if 0%{?suse_version} > 1500 || 0%{?fedora_version}
%bcond_without libalternatives %bcond_without libalternatives