Skip to content

Commit

Permalink
Remove npm cache from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
leroykorterink committed Oct 6, 2023
1 parent 50d904b commit 3c2fdec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: Install dependencies
env:
GSAP_TOKEN: ${{ secrets.GSAP_TOKEN }}
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
Expand Down

0 comments on commit 3c2fdec

Please sign in to comment.