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