Modified Pipeline
Some checks failed
/ build (push) Failing after 7s

This commit is contained in:
Kaybee 2024-08-31 01:49:18 +02:00
parent 4f7ddfa607
commit a5d8960cdd

View file

@ -9,12 +9,13 @@ jobs:
- name: Install Dependencies
run: |
apt-get update
apt-get install tree -y
apt-get install tree curl -y
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install Node.js
run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs
node --version
- name: Hack container for local development
if: ${{ true }}