From 2c48b31d224e2f6a43580def4c426dd181482ee5 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 24 Feb 2026 17:30:48 -0700 Subject: [PATCH] testing CI --- .gitea/workflows/markdown-lint.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/markdown-lint.yml b/.gitea/workflows/markdown-lint.yml index f1a9739..44a69d7 100644 --- a/.gitea/workflows/markdown-lint.yml +++ b/.gitea/workflows/markdown-lint.yml @@ -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