update apt to apt-get
This commit is contained in:
parent
70fc72623c
commit
858baeb3e8
@ -17,13 +17,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Update APT and Install Curl
|
- name: Update APT and Install Curl
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt-get update
|
||||||
apt install -y curl
|
apt-get install -y curl
|
||||||
|
|
||||||
- name: Manually Install Node.js and Dependencies
|
- name: Manually Install Node.js and Dependencies
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
apt install -y nodejs
|
apt-get install -y nodejs
|
||||||
node -v
|
node -v
|
||||||
npm -v
|
npm -v
|
||||||
npm install
|
npm install
|
||||||
|
Loading…
Reference in New Issue
Block a user