From 7a72cbbc109b0694662e1056a1e24ab778e65fe1 Mon Sep 17 00:00:00 2001 From: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Date: Sat, 23 Nov 2024 12:55:56 +0100 Subject: [PATCH] =?UTF-8?q?chore(ci):=20switch=20angry=20`node=20--run`=20?= =?UTF-8?q?=E2=86=92=20`npm=20run`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da7322c..3830efb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - run: npm ci - - run: node --run lint - - run: node --run format - - run: node --run test:types + - run: npm run lint + - run: npm run format + - run: npm run test:types tests: strategy: