From 321a564c7d972918dc8e87a1fbbfb1c29a48a296 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 14 Jul 2025 12:59:02 -0500 Subject: [PATCH] Update .github/workflows/lint_and_compile.yml --- .github/workflows/lint_and_compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_compile.yml b/.github/workflows/lint_and_compile.yml index 2539ccb..1f4bada 100644 --- a/.github/workflows/lint_and_compile.yml +++ b/.github/workflows/lint_and_compile.yml @@ -4,7 +4,7 @@ jobs: lint-and-compile: runs-on: local container: - image: node:18-bullseye + image: nikolaik/python-nodejs:python3.11-nodejs24-slim steps: - name: Check out repository code uses: actions/checkout@v4