Modifide Pipeline
All checks were successful
/ build (push) Successful in 3m39s

This commit is contained in:
Kaybee 2024-08-31 01:50:30 +02:00
parent a5d8960cdd
commit 81f02cb42c

View file

@ -13,8 +13,8 @@ jobs:
- name: Install Node.js
run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt install -y nodejs
node --version
- name: Hack container for local development