Skip to content

Commit aba4457

Browse files
authored
chore: bump yargs to v18 for Node 25 support (#392)
1 parent a109536 commit aba4457

4 files changed

Lines changed: 991 additions & 292 deletions

File tree

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
}]
3333
},
3434
"settings": {
35+
"typescript": {},
3536
"import/resolver": {
36-
"node": {
37+
"typescript": {
3738
"extensions": [".js"]
3839
}
3940
}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Lint and test project
2121
strategy:
2222
matrix:
23-
node: ['24', 'latest']
23+
node: ['22', '24']
2424
env:
2525
MAIN_NODE_VER: '24'
2626
steps:

0 commit comments

Comments
 (0)