From 57663726624c5d5f071da601e7d3759d157126e5 Mon Sep 17 00:00:00 2001 From: Marcus Forsberg Date: Mon, 22 Apr 2024 11:00:44 +0200 Subject: [PATCH] ci: disable npm cache --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8bc8d56..79a21f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - cache: npm + #cache: npm node-version: lts/* - run: npm clean-install # Linting can be skipped @@ -90,7 +90,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - cache: npm + #cache: npm node-version: ${{ matrix.node }} - run: npm install - run: npm test --if-present @@ -114,7 +114,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - cache: npm + #cache: npm node-version: lts/* - run: npm clean-install - run: npm audit signatures