diff --git a/.github/workflows/ordhook-sdk-js.yml b/.github/workflows/ordhook-sdk-js.yml index eeea3d4d..7e4038bf 100644 --- a/.github/workflows/ordhook-sdk-js.yml +++ b/.github/workflows/ordhook-sdk-js.yml @@ -105,6 +105,7 @@ jobs: node-version: 18 check-latest: true cache: yarn + cache-dependency-path: ./components/ordhook-sdk-js/yarn.lock - name: Install uses: dtolnay/rust-toolchain@stable if: ${{ !matrix.settings.docker }} @@ -142,6 +143,7 @@ jobs: node-version: 18 check-latest: true cache: yarn + cache-dependency-path: ./components/ordhook-sdk-js/yarn.lock architecture: x86 - name: Build in docker uses: addnab/docker-run-action@v3 @@ -233,6 +235,7 @@ jobs: node-version: ${{ matrix.node }} check-latest: true cache: yarn + cache-dependency-path: ./components/ordhook-sdk-js/yarn.lock - name: Install dependencies run: yarn install - name: Download artifacts @@ -265,6 +268,7 @@ jobs: node-version: ${{ matrix.node }} check-latest: true cache: yarn + cache-dependency-path: ./components/ordhook-sdk-js/yarn.lock - name: Install dependencies run: yarn install - name: Download artifacts @@ -297,6 +301,7 @@ jobs: node-version: ${{ matrix.node }} check-latest: true cache: yarn + cache-dependency-path: ./components/ordhook-sdk-js/yarn.lock - name: Install dependencies run: | yarn config set supportedArchitectures.libc "musl" @@ -438,6 +443,7 @@ jobs: node-version: 18 check-latest: true cache: yarn + cache-dependency-path: ./components/ordhook-sdk-js/yarn.lock - name: Install dependencies run: yarn install - name: Download macOS x64 artifact @@ -478,6 +484,7 @@ jobs: node-version: 18 check-latest: true cache: yarn + cache-dependency-path: ./components/ordhook-sdk-js/yarn.lock - name: Install dependencies run: yarn install - name: Download all artifacts