Skip to content

Commit 215c71a

Browse files
committed
fix: downgraded yargs because of ESM
1 parent 4fcfaec commit 215c71a

File tree

4 files changed

+45
-218
lines changed

4 files changed

+45
-218
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
node: [20.x, 22.x]
11+
node: [20.x, 22.x, 24.x]
1212
os: [ubuntu-latest, windows-latest]
1313
runs-on: ${{ matrix.os }}
1414
steps:

.ncurc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
// only works as ESM
55
'chai',
66
'fast-xml-parser',
7+
'yargs',
78

89
// fix later
910
'eslint',

0 commit comments

Comments
 (0)