Skip to content

Commit da8921e

Browse files
committed
ci(config): update ci config and upgrade deps
1 parent 06e217a commit da8921e

File tree

3 files changed

+539
-181
lines changed

3 files changed

+539
-181
lines changed

.github/workflows/nodejs.yml

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

1010
strategy:
1111
matrix:
12-
node-version: [14.x, 16.x, 18.x]
12+
node-version: [18.x, 20.x, 22.x]
1313

1414
steps:
1515
- uses: actions/checkout@v3

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@types/glob-parent": "^5.1.0",
4040
"@types/jest": "^29.4.0",
4141
"@types/node": "^18.11.18",
42-
"@typescript-eslint/eslint-plugin": "^5.56.0",
43-
"@typescript-eslint/parser": "^5.56.0",
42+
"@typescript-eslint/eslint-plugin": "^8.15.0",
43+
"@typescript-eslint/parser": "^8.15.0",
4444
"chalk": "^4.1.2",
4545
"commitizen": "^4.1.2",
4646
"cross-env": "^7.0.2",
@@ -57,12 +57,12 @@
5757
"rimraf": "^4.4.0",
5858
"rollup": "^3.20.0",
5959
"rollup-plugin-terser": "^7.0.0",
60-
"ts-jest": "^29.1.0",
61-
"ts-node": "^10.9.1",
62-
"tslib": "^2.4.1",
63-
"typedoc": "^0.23.28",
64-
"typedoc-plugin-markdown": "^3.14.0",
65-
"typescript": "^5.0.4",
60+
"ts-jest": "^29.2.5",
61+
"ts-node": "^10.9.2",
62+
"tslib": "^2.8.1",
63+
"typedoc": "^0.26.11",
64+
"typedoc-plugin-markdown": "^4.2.10",
65+
"typescript": "^5.7.2",
6666
"yargs": "^17.6.2"
6767
},
6868
"config": {

0 commit comments

Comments
 (0)