From 335cfe293c53f8c42cfb9fe69d1f5d279f0b5468 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 09:59:46 -0600 Subject: [PATCH] fix: update install dependency step --- .github/workflows/lint_test_format.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_test_format.yaml index 853390e..a417557 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -16,6 +16,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install dependencies - run: npm ci + run: npm install - name: Run lint-fix run: npm run lint-fix