testing CI
Some checks failed
Markdown Validation / amd64 (pull_request) Failing after 20s

This commit is contained in:
Aaron Honeycutt 2026-02-24 17:30:48 -07:00
parent 782cc089a1
commit 2c48b31d22

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