Enable corepack in GH Action

This commit is contained in:
William Oldham
2024-02-23 08:23:54 +00:00
committed by GitHub
parent 1ef42156d5
commit c90892149a

View File

@@ -32,6 +32,8 @@ jobs:
with:
node-version: "20"
cache: pnpm
- name: Setup pnpm
run: corepack enable
- name: Setup Pages
uses: actions/configure-pages@v4
with: