Fixed npm dependency issue
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 12s

This commit is contained in:
2025-11-07 18:32:47 +09:00
parent 448c295cfc
commit 4507ebdccf

View File

@@ -19,9 +19,6 @@ jobs:
node-version: 20
registry-url: "https://npm.personalnas.com/"
- name: Install dependencies
run: npm install
- name: Publish to private registry
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}