test CI #1

Open
ahoneybun wants to merge 2 commits from ci into main
Showing only changes of commit 2c48b31d22 - Show all commits

View file

@ -13,12 +13,10 @@ jobs:
- name: System Info
run: uname -m
- name: Setup
run: |
apt update -y
apt install -y curl gnupg
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt install -y nodejs
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Checkout
uses: actions/checkout@v4