From 53be43d0963472d258aca68f4d3c36904b454a74 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 14 Jul 2025 11:56:50 -0500 Subject: [PATCH] Update .github/workflows/lint_and_compile.yml --- .github/workflows/lint_and_compile.yml | 2 ++ 1 file changed, 2 insertions(+) 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: