Skip to content

Commit

Permalink
internal: change Arch deps to use nodejs 22 (#2292)
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 authored Jan 18, 2025
1 parent 06abba3 commit 52e81b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc/deps_linux/archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [[ "$1" == "--ensure-deps-noninteractive" ]]; then
fi
set -x
PACMAN_ARGS="--noconfirm"
pacman -Syu $PACMAN_ARGS sudo
pacman -Syu $PACMAN_ARGS sudo --needed
useradd -m skymp -u $CREATE_UID
chown -R skymp:skymp /src

Expand Down Expand Up @@ -50,9 +50,9 @@ addpackage ninja # would likely build with the regular make, but I haven't trie
# gdb is also recommended for debugging but isn't required

# These are needed for some parts of the client and server, as well as some build scripts
addpackage nodejs # 23 as of 20241222
# alternatively, nodejs-lts-iron for 20 or nodejs-lts-hydrogen for 18
# I only found 20, not 22 - https://archlinux.org/packages/?sort=&q=nodejs&maintainer=&flagged=
addpackage nodejs-lts-jod # 22
# alternatively, nodejs for 23 (as of 20250118), nodejs-lts-iron for 20 or nodejs-lts-hydrogen for 18
# see https://archlinux.org/packages/?sort=&q=nodejs&maintainer=&flagged=
addpackage yarn

# Some packages that you likely already have, but we'll just make sure
Expand Down

0 comments on commit 52e81b1

Please sign in to comment.