diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index e26f7e2..d2cac06 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: npm ci - run: npm test @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: https://npm.pkg.github.com/ - run: npm ci - run: npm publish diff --git a/package.json b/package.json index 47a974d..af772ba 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "lightsoff", + "name": "martinez-hugo/lightsoff", "version": "0.0.3", "description": "", "main": "index.js", @@ -11,7 +11,7 @@ "type": "git", "url": "git+https://github.com/LaReserveTech/lightsoff-contact-commercants.git" }, - "author": "Hugo Martinez - La Reserve Tech", + "author": "La Reserve Tech", "license": "ISC", "bugs": { "url": "https://github.com/LaReserveTech/lightsoff-contact-commercants/issues" @@ -43,5 +43,8 @@ "eslint-plugin-promise": "^6.1.1", "jest": "^29.4.3", "typescript": "^4.9.5" + }, + "publishConfig": { + "martinez-hugo:registry": "https://npm.pkg.github.com" } }