From ba71d2e80a32bf6d574f425d5f7d13a257245bc4 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+sporqist@users.noreply.github.com> Date: Mon, 1 May 2023 22:24:05 +0000 Subject: [PATCH] Revert "i need to rebase all of this" This reverts commit 95e4306eddcba4f4748d0298e4db9758a28460db. --- .gitea/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index ec041ca..d70544d 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -29,7 +29,7 @@ jobs: # ESLint and Prettier must be in `package.json` - name: Install Node.js dependencies - run: npm ci + run: npm i - name: Run linters uses: https://github.com/wearerequired/lint-action@v2