parent
ccf0a5bce7
commit
029b329c74
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ jobs:
|
|||
steps:
|
||||
- name: Setting Up Packages
|
||||
run: |
|
||||
apt update
|
||||
apt upgrade
|
||||
apt install nodejs
|
||||
apt update -y
|
||||
apt upgrade -y
|
||||
apt install nodejs -y
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue