From c1eeed4257e0649f85a4bc5a5caff7a1c7852bc1 Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Wed, 5 Feb 2025 22:26:44 +0100 Subject: [PATCH] chore(NODE-6663): remove npm cache --- node/setup/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/node/setup/action.yml b/node/setup/action.yml index 90799d0..fbe07b8 100644 --- a/node/setup/action.yml +++ b/node/setup/action.yml @@ -11,7 +11,6 @@ runs: - uses: actions/setup-node@v4 with: node-version: "lts/*" - cache: "npm" registry-url: "https://registry.npmjs.org" - run: npm install -g npm@latest shell: bash