From 95e4306eddcba4f4748d0298e4db9758a28460db Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+sporqist@users.noreply.github.com> Date: Mon, 1 May 2023 22:18:14 +0000 Subject: [PATCH] i need to rebase all of this --- .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 d70544d..ec041ca 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 i + run: npm ci - name: Run linters uses: https://github.com/wearerequired/lint-action@v2