Skip to content

Commit

Permalink
Update npm for the trento-web RPM
Browse files Browse the repository at this point in the history
This commit replaces the npm version for the RPM, to use node v20's
version of npm.
  • Loading branch information
janvhs committed Jul 1, 2024
1 parent 49c3e0c commit 85b452e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/suse/rpm/trento-web.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Source2: package-lock.json
Source3: node_modules.spec.inc
%include %{_sourcedir}/node_modules.spec.inc
Group: System/Monitoring
BuildRequires: elixir >= 1.15, elixir-hex, npm16, erlang-rebar3, git-core, local-npm-registry, make, gcc
BuildRequires: elixir >= 1.15, elixir-hex, npm20, erlang-rebar3, git-core, local-npm-registry, make, gcc

%description
Trento is an open cloud-native web application for SAP Applications administrators.
Expand Down Expand Up @@ -83,4 +83,4 @@ install -D -m 0600 packaging/suse/rpm/systemd/trento-web.example %{buildroot}/et
%license LICENSE
%doc README.md guides

%changelog
%changelog

0 comments on commit 85b452e

Please sign in to comment.