diff --git a/.github/workflows/build-npm.yml b/.github/workflows/build-npm.yml index 1a1afa1c53..ca6724889b 100644 --- a/.github/workflows/build-npm.yml +++ b/.github/workflows/build-npm.yml @@ -32,6 +32,10 @@ jobs: - name: Install root node dependencies run: yarn + - name: Install package dependencies + working-directory: package + run: yarn + - name: Download Skia Binary Artifacts uses: dawidd6/action-download-artifact@v2 with: