Skip to content

Commit 234da8e

Browse files
authored
feat!: upgrade the node version to 22 for the js-doc-fresh core package (googleapis#8977)
## Description For the js-doc-fresh core package we are upgrading the major node version from 18 to 22 because Node 18 is no longer being supported.
1 parent 182bda2 commit 234da8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/dev-packages/jsdoc-fresh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"@jsdoc/salty": "^0.2.5"
3232
},
3333
"engines": {
34-
"node": ">=18"
34+
"node": ">=22"
3535
}
3636
}

0 commit comments

Comments
 (0)