diff options
author | LarsVomMars | 2024-12-27 12:29:34 +0100 |
---|---|---|
committer | LarsVomMars | 2024-12-27 12:29:34 +0100 |
commit | 9b6efb0e87e6c398b40beab05b8404ca4b825785 (patch) | |
tree | e79f06a1b8eb10637a4584a14cfcac764f90263f /.github/workflows/astro.yml | |
parent | 85febb59812cbe4ccbcf09b53a46e2dc92666d7e (diff) |
update node version
Diffstat (limited to '.github/workflows/astro.yml')
-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 |