Skip to content

Commit ec4bbff

Browse files
committed
chore: bump yargs version
1 parent a109536 commit ec4bbff

File tree

4 files changed

+990
-291
lines changed

4 files changed

+990
-291
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
}]
3333
},
3434
"settings": {
35+
"typescript": {},
3536
"import/resolver": {
3637
"node": {
3738
"extensions": [".js"]

.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', '25']
2424
env:
2525
MAIN_NODE_VER: '24'
2626
steps:

0 commit comments

Comments
 (0)