diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 3a73803..5f81215 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -24,7 +24,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: 'npm' - name: Install dependencies env: @@ -32,7 +31,7 @@ jobs: run: | npm config set //npm.greensock.com/:_authToken=$GSAP_TOKEN npm config set @gsap:registry=https://npm.greensock.com - npm ci --always-auth + npm ci - name: Build run: npm run lint:eslint