From 88def88e8849f45ba6df02e193bf222c6c929406 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Tue, 17 Dec 2024 20:49:43 +1100 Subject: [PATCH] fix(astro.yml): specify pnpm in --- .github/workflows/astro.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 8b1686d..6857b7c 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -72,6 +72,11 @@ jobs: run: wget https://github.com/shssoichiro/oxipng/releases/download/v9.1.3/oxipng_9.1.3-1_amd64.deb && sudo apt-get install -y ./oxipng_9.1.3-1_amd64.deb && rm ./oxipng_9.1.3-1_amd64.deb - name: Install, build, and upload your site uses: withastro/action@v2 + with: + # path: . # The root location of your Astro project inside the repository. (optional) + # node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional) + package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) + # - name: Build with Astro # run: | # ${{ steps.detect-package-manager.outputs.runner }} astro build \