actions: more node
Some checks failed
/ build-and-publish (push) Has been cancelled

This commit is contained in:
hayzam 2024-11-06 21:30:30 +04:00
parent efc360528e
commit de0469bd6d

View file

@ -34,13 +34,12 @@ jobs:
- name: Install Dependencies
run: |
export PATH=$PATH:/usr/local/bin
node -v
npm -v
apt-get update
apt-get install -y build-essential clang flex bison g++ gawk gcc-multilib g++-multilib gettext libncurses-dev libssl-dev python3-distutils rsync unzip zlib1g-dev file wget python3-setuptools swig
npm install -g pkg@5.8.1
export NVM_DIR="/usr/local/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install --lts
npm install -g pkg@5.8.1
- name: Add Custom Files
run: |