curl install
This commit is contained in:
parent
07463823ac
commit
70fc72623c
@ -15,12 +15,19 @@ jobs:
|
|||||||
unityVersion:
|
unityVersion:
|
||||||
- 6000.0.37f1
|
- 6000.0.37f1
|
||||||
steps:
|
steps:
|
||||||
- name: Manually Install Node.js
|
- name: Update APT and Install Curl
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
apt update
|
||||||
sudo apt-get install -y nodejs
|
apt install -y curl
|
||||||
node -v
|
|
||||||
npm -v
|
- name: Manually Install Node.js and Dependencies
|
||||||
|
run: |
|
||||||
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
|
apt install -y nodejs
|
||||||
|
node -v
|
||||||
|
npm -v
|
||||||
|
npm install
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user