Solución para instalar Node.js manualmente
Some checks failed
CI/CD Pipeline for PHP / build (push) Failing after 3s

This commit is contained in:
David Vargas 2024-09-05 14:07:07 -06:00
parent c75b848f38
commit c7bb015567

View File

@ -15,10 +15,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install Node.js manually
run: |
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
apt-get install -y nodejs
node -v
- name: Set up PHP
uses: shivammathur/setup-php@v2