@@ -12,10 +12,10 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: debian:stable-slim
|
image: debian:stable-slim
|
||||||
steps:
|
steps:
|
||||||
- name: manually install nodeJS
|
- name: manually install nodeJS & git
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y nodejs
|
apt install -y nodejs git
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# with:
|
# with:
|
||||||
|
|||||||
Reference in New Issue
Block a user