fix: add registry-url to setup-node for npm auth [skip ci]

This commit is contained in:
Harivansh Rathi 2026-03-26 09:01:12 -04:00
parent 86c36a3b50
commit 1d72c7b852

View file

@ -34,6 +34,7 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 22 node-version: 22
registry-url: https://registry.npmjs.org
- name: Install system dependencies - name: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y libx11-dev libxtst-dev run: sudo apt-get update && sudo apt-get install -y libx11-dev libxtst-dev