From 22ec9471c22979d3e506dea8154bb699eabccb17 Mon Sep 17 00:00:00 2001 From: ti8m-naegeli <167068226+ti8m-naegeli@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:54:05 +0200 Subject: [PATCH] Add npm install --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a50bfb..a68fede 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,5 +18,7 @@ jobs: with: node-version: 'latest' cache: 'npm' + - name: Install dependencies + run: npm install - name: Run tests run: npm test