fix nodejs url
This commit is contained in:
parent
2d3dda06d7
commit
174858cf07
@ -18,8 +18,8 @@ jobs:
|
|||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y curl
|
apt-get update && apt-get install -y curl
|
||||||
curl -fsSL ttps://rpm.nodesource.com/setup_20.x | bash -
|
curl -fsSL https://rpm.nodesource.com/setup_20.x | bash -
|
||||||
apt-get install -y nodejs
|
apt-get install -y nodejs
|
||||||
node -v
|
node -v
|
||||||
npm -v
|
npm -v
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user