diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62d6a8c..3dea4f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ jobs: with: node-version: 20.x cache: npm - cache-dependency-path: package-lock.json - name: Install and build run: | npm ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2babef..b1a9179 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,7 @@ jobs: with: node-version: 20.x registry-url: 'https://npm.pkg.github.com' - cache: yarn - cache-dependency-path: yarn.lock + cache: npm - name: Install and build run: npm ci env: