From dc6d2f676d1dd4522dc27c842a587492ccd0c115 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..a7084aa 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: lts/* - cache: npm + cache: "npm" - run: npm ci - run: npm test - run: npm run lint