From 96eb57bdda6573ce7bb3e085ee8fe7ef758c5436 Mon Sep 17 00:00:00 2001 From: Federico Date: Mon, 10 Jun 2024 18:19:33 +0800 Subject: [PATCH] no cache --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70d7eae..c7ea749 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: package.json - cache: npm - name: install run: npm ci || npm install - name: XO @@ -28,7 +27,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: package.json - cache: npm - name: install run: npm ci || npm install - name: build @@ -42,7 +40,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: package.json - cache: npm - name: install run: npm ci || npm install - name: build