diff --git a/.github/workflows/lint_chacks.yml b/.github/workflows/lint_chacks.yml index 8736e4a..f63cbca 100644 --- a/.github/workflows/lint_chacks.yml +++ b/.github/workflows/lint_chacks.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js 🫡 uses: actions/setup-node@v2 with: - node-version: "14" # Use a specific Node.js version, adjust as needed + node-version: "20.9.0" # Use a specific Node.js version, adjust as needed - name: Install Dependencies ☘️ run: npm i # Use npm i for faster and more consistent installs