From c59ea3c671dc0d6755197ef9ef42e66402b18695 Mon Sep 17 00:00:00 2001 From: eslam3bed <20760072+Eslam3bed@users.noreply.github.com> Date: Sun, 22 Sep 2024 19:16:42 +0300 Subject: [PATCH] update --- .github/workflows/ci.yml | 32 -------------------------------- package.json | 3 ++- 2 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 3d97fbb..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Node.js CI - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - build: - - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [16.x] - - steps: - - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 - with: - node-version: ${{ matrix.node-version }} - - run: npm install - - run: npm run ci - - name: Publish to npm - if: github.ref == 'refs/heads/main' - run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index 8d3e471..c143aea 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ }, "dependencies": { "jest-environment-jsdom": "^29.7.0", + "react": "^18.3.1", "tslib": "^2.7.0", "typescript": "^5.6.2" } -} \ No newline at end of file +}