From e0b2a2e805fcf74d0fca491a69ec264f1583dee1 Mon Sep 17 00:00:00 2001 From: depapp Date: Fri, 30 Aug 2024 17:57:58 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20readme=20&=20CI=20impro?= =?UTF-8?q?vement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 5 ++++- README.md | 10 ++++++++++ package-lock.json | 3 --- 3 files changed, 14 insertions(+), 4 deletions(-) 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": {