Skip to content

Commit

Permalink
Merge pull request #186 from Gua-tk/node_update
Browse files Browse the repository at this point in the history
UPDATED: nodejs version
  • Loading branch information
AleixMT authored Feb 13, 2024
2 parents db3fa9f + 23743f9 commit c3fd59f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/features/nodejs/nodejs.dat.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash
nodejs_name="NodeJS"
nodejs_description="JavaScript language for the developers."
nodejs_version="v16.19.0-linux-x64"
nodejs_version="v20.11.0-linux-x64"
nodejs_tags=("language" "customDesktop")
nodejs_systemcategories=("Development" "Languages")
nodejs_downloadKeys=("bundle")
nodejs_bundle_URL="https://nodejs.org/download/release/v16.19.0/node-v16.19.0-linux-x64.tar.gz"
nodejs_bundle_URL="https://nodejs.org/dist/v20.11.0/node-v20.11.0-linux-x64.tar.xz"
nodejs_binariesinstalledpaths=("bin/node;node" "bin/npm;npm" "bin/npx;npx")
nodejs_launcherkeynames=("languageLauncher")
nodejs_languageLauncher_exec="gnome-terminal -- nodejs"
Expand Down

0 comments on commit c3fd59f

Please sign in to comment.