This commit is contained in:
parent
a7f9e3aba3
commit
0740b6a7c7
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ jobs:
|
|||
- name: Dependencies
|
||||
run: |
|
||||
apt update
|
||||
apt install node
|
||||
apt install nodejs
|
||||
node -v
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue