Skip to content

Commit 9067e03

Browse files
committed
Merge branch 'master' into fix-regnum2phyx
2 parents 26f31df + 28d0693 commit 9067e03

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [24.x, 25.x]
13+
node-version: [18.x, 20.x, 24.x, 25.x]
1414

1515
steps:
1616
- uses: actions/checkout@v5

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"chai": "^4.2.0",
3434
"mocha": "^5.2.0",
3535
"tmp": "^0.1.0"
36+
},
37+
"engines": {
38+
"node": ">=14.21.3"
3639
}
3740
}

0 commit comments

Comments
 (0)