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