enable corepack in actions

This commit is contained in:
Lucid Kobold
2025-08-08 19:44:38 -04:00
parent 10be21c746
commit be8a6a2bca

View File

@@ -34,6 +34,10 @@ jobs:
# # - run: npm run start
# - run: npm run test
# Corepack
- name: Enable Corepack
run: corepack enable
# YARN
- uses: borales/actions-yarn@v3.0.0
with: