From 1cfffbd7377984bc36c35926308690124c3b411a Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Thu, 27 Jul 2023 10:24:41 -0400 Subject: [PATCH] Change npm install to npm ci --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 843bc9c..7d9acd1 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -14,7 +14,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - - run: npm install + - run: npm ci - run: npm run build - name: Upload pdf uses: actions/upload-artifact@v3