From 37c316b4578346fd2b2b2a88da8f85a825a64842 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+sporqist@users.noreply.github.com> Date: Mon, 1 May 2023 23:11:39 +0000 Subject: [PATCH] npm install --- .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 2447dd9..788a1c3 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -28,7 +28,7 @@ jobs: node-version: 14 - name: Install Node.js dependencies - run: npm ci + run: npm install - name: Run eslint run: eslint *.js