From 02636aa326eddc16b5a348a0d47b35082a0af06d Mon Sep 17 00:00:00 2001 From: IlarioJs Date: Wed, 18 Mar 2026 15:20:13 -0300 Subject: [PATCH] fix: Corrige identacao das actions de cache --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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') }}