ci-test (working now) #2

Merged
Snoweuph merged 82 commits from ci-test into master 2023-04-05 19:20:53 +00:00
Showing only changes of commit 029b329c74 - Show all commits

View file

@ -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: