From 9c0d27c6e2089215cff40777fa848a3fec23edb9 Mon Sep 17 00:00:00 2001 From: Brent O'Connor Date: Sun, 1 Sep 2024 15:09:56 -0500 Subject: [PATCH] Test no node cache --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5e482ae..738b5d16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,13 +17,6 @@ jobs: - uses: actions/checkout@v4 - name: Use Just for running commands run: curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin - - name: Setup NPM caching - uses: actions/cache@v4 - with: - path: ~/.npm - key: ${{ runner.os }}-lint-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-lint- - name: Setup Node uses: actions/setup-node@v4 - name: Setup Python 3.12