diff --git a/.github/workflows/pkg.pr.new.yml b/.github/workflows/pkg.pr.new.yml index e1400ce7b..a42a60bee 100644 --- a/.github/workflows/pkg.pr.new.yml +++ b/.github/workflows/pkg.pr.new.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - run: corepack enable + - run: npm i -g --force corepack && corepack enable - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/playground/vue/src/components/BlenderCube.vue b/playground/vue/src/components/BlenderCube.vue index 485ea491a..d0dbd45ee 100644 --- a/playground/vue/src/components/BlenderCube.vue +++ b/playground/vue/src/components/BlenderCube.vue @@ -1,13 +1,16 @@