Skip to content

Commit 3f22761

Browse files
authored
ci: add Node.js v23 (#196)
* ci: add Node.js v23 * chore: update dependencies to the latest version
1 parent 7ae9efd commit 3f22761

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest]
28-
node: [22.x, 21.x, 20.x, 18.x, "18.18.0"]
28+
node: [23.x, 22.x, 20.x, 18.x, "18.18.0"]
2929
include:
3030
- os: windows-latest
3131
node: "lts/*"

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@
3434
"test": "mocha --recursive tests"
3535
},
3636
"dependencies": {
37-
"yeoman-generator": "^5.6.1"
37+
"yeoman-generator": "^7.3.3"
3838
},
3939
"devDependencies": {
40-
"eslint": "^9.5.0",
40+
"eslint": "^9.13.0",
4141
"eslint-config-eslint": "^11.0.0",
4242
"eslint-release": "^3.2.2",
43-
"globals": "^15.1.0",
43+
"globals": "^15.11.0",
4444
"markdownlint-cli": "^0.31.1",
45-
"mocha": "^10.4.0",
45+
"mocha": "^10.7.3",
4646
"npm-run-all": "^4.1.5",
4747
"yeoman-assert": "^3.1.1",
48-
"yeoman-environment": "^3.9.1",
49-
"yeoman-test": "^6.3.0"
48+
"yeoman-environment": "^4.4.3",
49+
"yeoman-test": "^10.0.1"
5050
},
5151
"peerDependencies": {
5252
"yo": ">=4.0.0"

0 commit comments

Comments
 (0)