diff --git a/.github/workflows/napi.yml b/.github/workflows/napi.yml index 21b6ce4c4..76e76c3df 100644 --- a/.github/workflows/napi.yml +++ b/.github/workflows/napi.yml @@ -50,8 +50,6 @@ jobs: if: ${{ !matrix.settings.docker }} with: node-version: 20 - cache: yarn - cache-dependency-path: bindings/javascript - name: Install uses: dtolnay/rust-toolchain@stable if: ${{ !matrix.settings.docker }} @@ -83,9 +81,7 @@ jobs: if: matrix.settings.target == 'x86_64-pc-windows-msvc' with: node-version: 20 -# cache: yarn architecture: x64 -# cache-dependency-path: bindings/javascript - name: Build in docker uses: addnab/docker-run-action@v3 if: ${{ matrix.settings.docker }} @@ -123,8 +119,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - cache: yarn - cache-dependency-path: bindings/javascript architecture: x64 - name: Install dependencies run: yarn install @@ -155,8 +149,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - cache: yarn - cache-dependency-path: bindings/javascript - name: Install dependencies run: yarn install - name: Download artifacts @@ -180,8 +172,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - cache: yarn - cache-dependency-path: bindings/javascript - name: Install dependencies run: yarn install - name: Download macOS x64 artifact @@ -218,8 +208,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - cache: yarn - cache-dependency-path: bindings/javascript - name: Install dependencies run: yarn install - name: Download all artifacts