diff --git a/.github/workflows/build_deploy_gh_pages.yml b/.github/workflows/build_deploy_gh_pages.yml index fe48563f..4f38ed99 100644 --- a/.github/workflows/build_deploy_gh_pages.yml +++ b/.github/workflows/build_deploy_gh_pages.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - node-version: "20.11.x" + node-version-file: ".node-version" cache: "npm" - name: Install and Build 🔧