diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96d41da..189230b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ jobs: matrix: nodejs: [18, 19, 20, 21, 22] rxjs: [5, 6, 7] - axios: ["1.0", 1.1, 1.2, 1.3, 1.4, 1.6, 1.7] steps: - uses: actions/checkout@v4 @@ -27,7 +26,6 @@ jobs: cache: yarn - run: yarn install --immutable - run: yarn add --dev rxjs@~${{ matrix.rxjs }} - - run: yarn add --dev axios@^${{ matrix.axios }} - run: yarn compile - run: yarn lint - run: yarn test --forbid-only