remove node and npm
This commit is contained in:
@@ -15,10 +15,10 @@ jobs:
|
|||||||
image: archlinux:latest
|
image: archlinux:latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install git
|
||||||
run: |
|
run: |
|
||||||
pacman -Syu --noconfirm
|
pacman -Syu --noconfirm
|
||||||
pacman -S --noconfirm nodejs npm git
|
pacman -S --noconfirm git
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
run: |
|
run: |
|
||||||
@@ -58,10 +58,10 @@ jobs:
|
|||||||
image: debian:stable
|
image: debian:stable
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install git
|
||||||
run: |
|
run: |
|
||||||
apt update && apt upgrade -y
|
apt update && apt upgrade -y
|
||||||
apt install -y nodejs npm git
|
apt install -y git
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
run: |
|
run: |
|
||||||
@@ -100,10 +100,10 @@ jobs:
|
|||||||
image: fedora:latest
|
image: fedora:latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install git
|
||||||
run: |
|
run: |
|
||||||
dnf up -y
|
dnf up -y
|
||||||
dnf install -y nodejs npm git
|
dnf install -y git
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user