From e7cd5110e897fd71b68fcceec0a33625b3fdf0b1 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 14 Jul 2025 12:41:41 -0500 Subject: [PATCH] Update .github/workflows/lint_and_compile.yml --- .github/workflows/lint_and_compile.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_compile.yml b/.github/workflows/lint_and_compile.yml index f08018e..2539ccb 100644 --- a/.github/workflows/lint_and_compile.yml +++ b/.github/workflows/lint_and_compile.yml @@ -2,7 +2,9 @@ name: Compile my Keebs on: [push] jobs: lint-and-compile: - runs-on: local + runs-on: local + container: + image: node:18-bullseye steps: - name: Check out repository code uses: actions/checkout@v4