Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 80940b7

Browse files
author
Yovangga Anandhika
committed
Update node.js.yml
1 parent 9504e30 commit 80940b7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
- uses: actions/setup-node@v3
3636
with:
3737
node-version: 17.9.0
38-
registry-url: https://npm.pkg.github.com
3938
- uses: JS-DevTools/npm-publish@v1
4039
with:
4140
token: ${{ secrets.NPM_SECRET }}

test/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Server, { Options } from "@dkaframework/server";
44
(async () => {
55

66
const db = await new Database({
7-
87
user : "root",
98
password : "",
109
database : "akuntaris",
@@ -36,7 +35,7 @@ import Server, { Options } from "@dkaframework/server";
3635
console.log(res)
3736
}).catch(async (error) => {
3837
console.error(error)
39-
})
38+
});
4039

4140

4241

0 commit comments

Comments
 (0)