diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9446c78..6f1c3653 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,12 +34,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' - - uses: actions/cache@v1 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- - run: npm ci - run: npm run build - run: npm run lint @@ -57,12 +51,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' - - uses: actions/cache@v1 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- - run: npm ci - run: npm run build - run: npm run build-storybook