From c2cd33e161b872afa637584cd7037205251aabda Mon Sep 17 00:00:00 2001 From: Joseph Nelson Date: Fri, 15 May 2026 22:34:25 -0700 Subject: [PATCH] fixed install issue --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index b0221b5..e55741b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v2 - name: Install dependencies - run: npm ci + run: npm install --force - name: Run linter run: npm run lint