From c54da9254db15b5ddf1bdbb12eaae3c9c7f0d4de Mon Sep 17 00:00:00 2001 From: Ashley Hannigan <123664740+ashhannigan@users.noreply.github.com> Date: Sat, 27 Jul 2024 13:39:54 -0400 Subject: [PATCH] Update test-push.yml --- .github/workflows/test-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-push.yml b/.github/workflows/test-push.yml index 77d2387..2ca6086 100644 --- a/.github/workflows/test-push.yml +++ b/.github/workflows/test-push.yml @@ -12,6 +12,6 @@ jobs: with: node-version: 18 - name: Install dependencies - run: npm ci #npm ci is best practice over npm i + run: npm install #npm ci is best practice over npm i - name: Run tests - run: npm test \ No newline at end of file + run: npm test