diff --git a/.gitea/workflows/multiple.yml b/.gitea/workflows/multiple.yml index f1208ca..42b7c40 100644 --- a/.gitea/workflows/multiple.yml +++ b/.gitea/workflows/multiple.yml @@ -27,8 +27,10 @@ jobs: uses: https://gitea.com/seepine/hash-files@v1 with: patterns: | + **/package.json **/yarn.lock + - run: echo "${{ steps.get-hash.outputs.hash }}" - run: echo "${{ runner.os }}" @@ -55,8 +57,10 @@ jobs: uses: https://gitea.com/seepine/hash-files@v1 with: patterns: | + **/package.json **/yarn.lock + - name: Cache node modules uses: actions/cache@v3 with: