Skip to content

Commit

Permalink
MAINTENANCE
Browse files Browse the repository at this point in the history
* Add corepack enable
  • Loading branch information
tonysamperi committed Dec 16, 2024
1 parent 0960bb8 commit aa06bcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
echo "Unable to determine packager manager"
exit 1
fi
- name: Enable Corepack
uses: actions/checkout@v4
run: corepack enable
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit aa06bcb

Please sign in to comment.