Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
martinez-hugo committed Feb 18, 2023
1 parent 414f637 commit 44c14bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "lightsoff",
"name": "martinez-hugo/lightsoff",
"version": "0.0.3",
"description": "",
"main": "index.js",
Expand All @@ -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"
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 44c14bb

Please sign in to comment.