Solución para instalar Node.js manualmente
Some checks failed
CI/CD Pipeline for PHP / build (push) Failing after 3s
Some checks failed
CI/CD Pipeline for PHP / build (push) Failing after 3s
This commit is contained in:
parent
c75b848f38
commit
c7bb015567
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user