diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bc1eaa..4d19a7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,4 +45,7 @@ jobs: - name: run pusakatest run: | node -v - pusakatest -y \ No newline at end of file + pusakatest -y + + - name: execute test cases + run: npm run test-publish \ No newline at end of file diff --git a/README.md b/README.md index de11d7a..91de9bd 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,16 @@ Feature: API REQRES.IN ## :fire: contributors All of amazing contributors +## :muscle: support me +
+ +| Nih buat jajan | [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/O4O5120T1U) | | +| ------------ | ----- | ------ | + + + +
+ ## :bookmark: credits - [pactum-cucumber-boilerplate](https://github.com/pactumjs/pactum-cucumber-boilerplate) - [Dominik Kundel](https://www.twilio.com/blog/how-to-build-a-cli-with-node-js) diff --git a/package-lock.json b/package-lock.json index db13af6..2734b45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,9 +22,6 @@ }, "bin": { "pusakatest": "bin/create-project" - }, - "engines": { - "node": ">=14 <=20" } }, "node_modules/@samverschueren/stream-to-observable": {