diff --git a/.github/workflows/lint_and_compile.yml b/.github/workflows/lint_and_compile.yml index 60f21ad..f08018e 100644 --- a/.github/workflows/lint_and_compile.yml +++ b/.github/workflows/lint_and_compile.yml @@ -6,6 +6,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + with: + node-version: 18 - name: Clone supercharge docs repository uses: actions/checkout@v4 with: