ci: add corepack enable step in build.yml

This commit is contained in:
Viren070
2025-09-13 19:21:30 +01:00
parent ee79578730
commit 83723d65fc
+2
View File
@@ -21,6 +21,8 @@ jobs:
with:
node-version: '22.x'
- name: Install corepack
run: corepack enable
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Build Addon