From 784cdcadda42f687f1faf519c8aef90d13435d35 Mon Sep 17 00:00:00 2001 From: Sir-Thom <90110920+Sir-Thom@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:44:23 -0500 Subject: [PATCH] Update format.yml Signed-off-by: Sir-Thom <90110920+Sir-Thom@users.noreply.github.com> --- .github/workflows/format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index d54516d7..8e50cbb3 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -25,9 +25,9 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: 'yarn' + cache: 'npm' - run: npm install - - run: npm format + - run: npm run format