Skip to content

Commit

Permalink
ci: add Node.js v23 (#196)
Browse files Browse the repository at this point in the history
* ci: add Node.js v23

* chore: update dependencies to the latest version
  • Loading branch information
snitin315 authored Oct 28, 2024
1 parent 7ae9efd commit 3f22761
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [22.x, 21.x, 20.x, 18.x, "18.18.0"]
node: [23.x, 22.x, 20.x, 18.x, "18.18.0"]
include:
- os: windows-latest
node: "lts/*"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
"test": "mocha --recursive tests"
},
"dependencies": {
"yeoman-generator": "^5.6.1"
"yeoman-generator": "^7.3.3"
},
"devDependencies": {
"eslint": "^9.5.0",
"eslint": "^9.13.0",
"eslint-config-eslint": "^11.0.0",
"eslint-release": "^3.2.2",
"globals": "^15.1.0",
"globals": "^15.11.0",
"markdownlint-cli": "^0.31.1",
"mocha": "^10.4.0",
"mocha": "^10.7.3",
"npm-run-all": "^4.1.5",
"yeoman-assert": "^3.1.1",
"yeoman-environment": "^3.9.1",
"yeoman-test": "^6.3.0"
"yeoman-environment": "^4.4.3",
"yeoman-test": "^10.0.1"
},
"peerDependencies": {
"yo": ">=4.0.0"
Expand Down

0 comments on commit 3f22761

Please sign in to comment.