Skip to content

Commit c52316c

Browse files
Copilotr-near
andcommitted
Address code review feedback: split E2E steps and add bun engine constraint
Co-authored-by: r-near <[email protected]>
1 parent 864f3e6 commit c52316c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,11 @@ jobs:
4949
- name: Check exports
5050
run: bun run check-exports
5151

52+
- name: Install E2E Dependencies
53+
run: cd e2e && bun install
54+
5255
- name: E2E tests
53-
run: cd e2e && bun install && bun run test
56+
run: cd e2e && bun run test
5457

5558
changeset-checks:
5659
runs-on: ubuntu-latest

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"url": "git+https://github.com/near/near-api-js.git"
88
},
99
"engines": {
10-
"node": ">=20.18.3"
10+
"node": ">=20.18.3",
11+
"bun": ">=1.0.0"
1112
},
1213
"packageManager": "[email protected]",
1314
"homepage": "https://github.com/near/near-api-js",

0 commit comments

Comments
 (0)