From b228ce25e53869930d8c10c2414074dbe55a2f07 Mon Sep 17 00:00:00 2001 From: Matthias Wahl Date: Wed, 19 Jun 2024 23:43:08 +0200 Subject: [PATCH] Install missing npm --- .github/workflows/pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index bba8947..a86d2d0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -39,6 +39,8 @@ jobs: image: ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder:release steps: - uses: actions/checkout@v4.1.1 + - name: Install dependencies + run: sudo apt install -y npm - name: Test run: make test config=debug - name: Test creation of vscode extension