feat: add NODE_AUTH_TOKEN environment variable for dependency installation

This commit is contained in:
Usman Baig
2026-03-01 00:13:57 +01:00
parent b5f83ce582
commit 9a39745323

View File

@@ -22,6 +22,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests - name: Run tests
run: npm test run: npm test