diff options
-rw-r--r-- | .github/workflows/astro.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 9b3396c..9cfd7fa 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -40,7 +40,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "22" # cache: ${{ steps.detect-package-manager.outputs.manager }} # cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }} # Run transform on markdown files contained by submodules |