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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

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: