From cb2cf08fc9346306b2be2836b3d43c2a52a2b4c1 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Wed, 28 Feb 2024 14:37:47 -0500 Subject: [PATCH] debug --- .github/workflows/ci-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 5e1d9a8..442abbc 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -53,7 +53,7 @@ jobs: with: node-version: ${{ matrix.node }} architecture: ${{ matrix.arch }} - - uses: actions/cache/restore@v4 + - uses: actions/cache@v4 with: path: ${{ github.workspace }}/node_modules key: ${{ matrix.os }}-${{ matrix.arch }}-node-${{ matrix.node }}-${{ hashFiles('./package.json') }} @@ -90,7 +90,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: actions/cache/restore@v4 + - uses: actions/cache@v4 with: path: ${{ github.workspace }}/node_modules key: ${{ matrix.os }}-${{ matrix.arch }}-node-${{ matrix.node }}-${{ hashFiles('./package.json') }}