Skip to content

Commit

Permalink
Merge branch 'master' into renovate/typescript-5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Nov 29, 2024
2 parents 794b657 + 4c61cf0 commit 257c79f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: yarn test --coverage

- name: 'Save test coverage'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

- name: 'Check code formatting'
run: yarn format:check
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devoxa/prisma-relay-cursor-connection",
"description": "Extend Prisma's `findMany` method to support the Relay Cursor Connections",
"version": "3.1.1",
"version": "3.1.2",
"main": "dist/src/index.js",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 257c79f

Please sign in to comment.