diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03a97fd..375592b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: node-version: "24" - name: Setup NPM Cache - -uses: actions/cache@v4 # v4.2.1 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -43,7 +43,7 @@ jobs: node-version: "24" - name: Setup NPM Cache - -uses: actions/cache@v4 # v4.2.1 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -77,7 +77,7 @@ jobs: node-version: "24" - name: Setup NPM Cache - -uses: actions/cache@v4 # v4.2.1 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -173,7 +173,7 @@ jobs: node-version: "24" - name: Setup NPM Cache - -uses: actions/cache@v4 # v4.2.1 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}