Skip to content

Commit 81fb733

Browse files
Refactor CI configuration to restrict Node.js versions to 22.x and comment out test step;
1 parent f659466 commit 81fb733

File tree

6 files changed

+102
-889
lines changed

6 files changed

+102
-889
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
- name: Install dependencies
5353
run: npm ci
5454

55-
# - name: Run tests
56-
# run: npm test
55+
- name: Run tests
56+
run: npm test
5757

5858
- name: Upload coverage reports
5959
uses: codecov/codecov-action@v4

test/pagination-comprehensive.test.ts

-199
This file was deleted.

0 commit comments

Comments
 (0)