test: see if Node is installed

This commit is contained in:
Michael Smith
2025-01-27 17:48:52 +00:00
parent 36c6bc4356
commit e28138adb7

View File

@@ -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: