From bd54445562c95ed555072ce10cb6d156248a07c5 Mon Sep 17 00:00:00 2001 From: George Oastler Date: Fri, 16 Aug 2024 15:03:42 +0100 Subject: [PATCH] remove nvm and npm install step --- .github/workflows/cache.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index d0b848ca5e..75af5a0443 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -72,11 +72,6 @@ jobs: # don't restore the cache, otherwise we get artifacts left over from the previous run sit in the cache for eternity. Do a clean build every time. - - uses: actions/setup-node@v3 - with: - node-version-file: '.nvmrc' - - run: npm i -g "npm@$(jq -r .engines.npm < package.json)" - - run: npm ci # install cypress so we don't have to do that every time