diff --git a/.github/workflows/lint_and_compile.yml b/.github/workflows/lint_and_compile.yml index 1f4bada..02ea9a2 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: nikolaik/python-nodejs:python3.11-nodejs24-slim + image: ubuntu steps: - name: Check out repository code uses: actions/checkout@v4