Remove npm cache and registry URL configuration from release workflow in GitHub Actions

This commit is contained in:
Luke Hagar
2025-09-26 15:18:40 +00:00
parent 912ef809bf
commit 10575de36e

View File

@@ -36,8 +36,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
registry-url: https://registry.npmjs.org/
- name: Setup Bun
uses: oven-sh/setup-bun@v1