Skip to content

Commit 70e106d

Browse files
authored
chore: use borp and node native test runner (#8)
* chore: use borp and node native test runner * fix ci * Apply suggestions from code review
1 parent e2d502f commit 70e106d

9 files changed

Lines changed: 1613 additions & 1149 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
with:
4040
fetch-depth: 1
4141

42+
- name: Setup Node.js
43+
uses: actions/setup-node@v4
44+
with:
45+
node-version: 22
46+
4247
# Skip macOS & Windows, cache there is slower
4348
- name: Restore node_modules cache for Linux
4449
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
@@ -65,6 +70,11 @@ jobs:
6570
with:
6671
fetch-depth: 1
6772

73+
- name: Setup Node.js
74+
uses: actions/setup-node@v4
75+
with:
76+
node-version: 22
77+
6878
- name: Restore node_modules cache
6979
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
7080
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules/
22
npm-debug.log
33
lib/
4+
.tmptest/

0 commit comments

Comments
 (0)