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
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Install Node.js manually
|
||||||
uses: actions/setup-node@v2
|
run: |
|
||||||
with:
|
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
||||||
node-version: '18'
|
apt-get install -y nodejs
|
||||||
|
node -v
|
||||||
|
|
||||||
- name: Set up PHP
|
- name: Set up PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user