This commit is contained in:
parent
0740b6a7c7
commit
e1d3236500
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ jobs:
|
|||
steps:
|
||||
- name: Dependencies
|
||||
run: |
|
||||
apt update
|
||||
apt install nodejs
|
||||
apt update -y
|
||||
apt install nodejs -y
|
||||
node -v
|
||||
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue