From 389ff1942736075ea0f0d0c49f923c74eeb72193 Mon Sep 17 00:00:00 2001 From: Jason Desrosiers Date: Sun, 9 Feb 2025 18:59:07 -0800 Subject: [PATCH] Build testing --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 75be07a..8146e64 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -13,7 +13,7 @@ jobs: with: node-version: lts/* cache: npm - - run: npm ci + - run: npm install - run: npm test - run: npm run lint - run: npm run type-check