diff options
author | Vitaly Takmazov | 2024-01-31 16:54:05 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2024-01-31 16:54:05 +0300 |
commit | 146ba2e1c7a56565873380cf80df9ee1880abb2f (patch) | |
tree | e779cef044c1504eafb91ed751e8349f158a594b | |
parent | 7c998caae3f6a027118c5c627a625a624b036582 (diff) |
CI: disable npm cache on `vnext` job
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b3381b5..5c5ee6aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: "18" - cache: "npm" - run: npm ci - run: npm run vnext:test - run: npm run vnext:lint |