Make npm a sudo

This commit is contained in:
Travis Ralston 2026-03-26 10:04:58 -06:00
parent 52e5af5f98
commit b68675356d

View file

@ -28,7 +28,7 @@ jobs:
# Ensure npm 11.5.1 or later is installed
- name: Update npm
run: npm install -g npm@latest
run: sudo npm install -g npm@latest
- name: 🔨 Install dependencies
run: "yarn install --frozen-lockfile"