From 68e1a146744ae29856e980a829452d7d96fe13ab Mon Sep 17 00:00:00 2001 From: Lucas Petrino Date: Wed, 13 Nov 2024 10:19:07 +1300 Subject: [PATCH] ci: attempt to improve build times --- .github/workflows/check-dist.yml | 2 +- .github/workflows/ci.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 8f9694f..56663a8 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -35,7 +35,7 @@ jobs: uses: actions/setup-node@v4 with: node-version-file: .node-version - cache: npm + #cache: npm - name: Install Dependencies id: install diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6d2861..392791f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: uses: actions/setup-node@v4 with: node-version-file: .node-version - cache: npm + #cache: npm - name: Install Dependencies id: npm-ci diff --git a/README.md b/README.md index ada42c5..d381f52 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ steps: uses: https://git.119.224.65.18.sslip.io/siteorg/setup-conan@v1 with: conan-version: 2.9.2 -``` \ No newline at end of file +```