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