Skip to content

Commit

Permalink
fix enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
WhitePaper233 committed Nov 23, 2024
1 parent 772c047 commit a5c8c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:
echo "Unable to determine package manager"
exit 1
fi
- name: Enable Corepack
run: corepack enable
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
cache: ${{ steps.detect-package-manager.outputs.manager }}
cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }}
- name: Enable Corepack
run: corepack enable
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit a5c8c4b

Please sign in to comment.