diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe50d5ac..7a5143f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,6 @@ jobs: node-version: '22.x' - name: Install Dependencies - run: npm ci + run: pnpm install --frozen-lockfile - name: Build Addon - run: npm run build + run: pnpm run build