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