From 672ba47e0abd078f03fdd9890c38b3db57c953cb Mon Sep 17 00:00:00 2001 From: Silas Sewell Date: Mon, 19 May 2025 21:12:10 -0400 Subject: [PATCH] Mark as no longer maintained --- .github/workflows/nodejs.yml | 31 ------------------------------- README.md | 3 +++ 2 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 .github/workflows/nodejs.yml diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml deleted file mode 100644 index a658757..0000000 --- a/.github/workflows/nodejs.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Node CI - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - build: - runs-on: ubuntu-20.04 - - strategy: - matrix: - node-version: [10.x, 12.x, 14.x] - - steps: - - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: npm install, build, and test - run: | - npm install - npm run build --if-present - npm test - env: - CI: true diff --git a/README.md b/README.md index a4b0a15..4a8eee1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!CAUTION] +> This project is no longer maintained. + # Papi This is a library for building HTTP API clients.