From db5107f64bf66f6258b53635c66d7ebed0643b92 Mon Sep 17 00:00:00 2001 From: lukasbicus Date: Mon, 21 Oct 2024 09:46:11 +0200 Subject: [PATCH] Install dependencies first. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 839170f..187c8a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: with: node-version: 22 cache: npm + - name: Install dependencies + run: npm ci - name: Run prettier run: npm run format:check - name: Run lint