From dbcf317bbd6f1443d41e1a41e96646f535f87f0a Mon Sep 17 00:00:00 2001 From: Simon Friis Vindum Date: Sat, 24 Aug 2024 12:03:34 +0200 Subject: [PATCH] Install dependencies needed in CI --- .github/workflows/makefile.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index e855e65..1b24768 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -10,6 +10,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + - name: Install tools used in tests + run: | + npm install -g pnpm - name: Run tests run: dash run-tests.sh