Skip to content

Commit 696a618

Browse files
committed
fix: set jsLoader to require for Node.js v24
1 parent 64db840 commit 696a618

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/protos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
PR_BODY="Automatically created PR with the latest generated SDK from Permify proto definitions."
8585
8686
echo "${BRANCH_NAME}"
87-
git push "https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/${{ github.repository }}" "${BRANCH_NAME}"
87+
git push --force "https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/${{ github.repository }}" "${BRANCH_NAME}"
8888
8989
PR_NUMBER="$(gh pr list --head "${BRANCH_NAME}" --base main --state open --json number --jq '.[0].number')"
9090

jasmine.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"spec_dir": "src",
33
"spec_files": ["*.test.ts"],
4-
"helpers": []
4+
"helpers": [],
5+
"jsLoader": "require"
56
}

0 commit comments

Comments
 (0)