From e28138adb7913f2fe9ef259ea48e0d7ec53c200d Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 27 Jan 2025 17:48:52 +0000 Subject: [PATCH] test: see if Node is installed --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a86c86..81fbe4f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,6 +31,8 @@ jobs: run: bun install - name: Verify that Terraform is installed run: which terraform + - name: Verify that Node.js is installed + run: which node - name: Run tests run: bun test pretty: