diff --git a/.github/workflows/unit_test_coverage.yml b/.github/workflows/unit_test_coverage.yml index 8e762b6..2c69a6f 100644 --- a/.github/workflows/unit_test_coverage.yml +++ b/.github/workflows/unit_test_coverage.yml @@ -32,19 +32,18 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.version }} - cache: 'npm' - - name: Cache node modules - uses: actions/cache@v3 - env: - cache-name: cache-node-modules - with: - path: ~/.npm - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-build-${{ env.cache-name }}- - ${{ runner.os }}-build- - ${{ runner.os }}- +# - name: Cache node modules +# uses: actions/cache@v3 +# env: +# cache-name: cache-node-modules +# with: +# path: ~/.npm +# key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} +# restore-keys: | +# ${{ runner.os }}-build-${{ env.cache-name }}- +# ${{ runner.os }}-build- +# ${{ runner.os }}- - name: Install node dependencies run: npm ci diff --git a/.prettierignore b/.prettierignore index b056907..c65e65f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -7,3 +7,4 @@ dist coverage pnpm-lock.yaml pull_request_template.md +.github/