Skip to content

Commit

Permalink
chore(NODE-6663): remove npm cache (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran authored Feb 5, 2025
1 parent b9c0e32 commit 22d707f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22d707f

Please sign in to comment.