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