Skip to content

Commit

Permalink
fix: bump target API version to 63.0 to match main codeline (#235)
Browse files Browse the repository at this point in the history
* fix: bump target version number to 63.0 to match main codeline

* fix: bump node.js requirement to LTS
  • Loading branch information
abdulsattar authored Nov 4, 2024
1 parent b9ca5a2 commit 2540aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"typescript": "^5.5.4"
},
"engines": {
"node": ">=18.0.0 <22"
"node": ">=18.0.0 <23"
},
"files": [
"/lib",
Expand Down Expand Up @@ -219,7 +219,7 @@
"apiVersionMetadata": {
"comment": "Refer to ApiVersionMetadata in orgUtils.ts for details",
"target": {
"versionNumber": "62.0",
"versionNumber": "63.0",
"matchingDevServerVersion": "^10.7.4"
},
"versionToTagMappings": [
Expand Down

0 comments on commit 2540aa9

Please sign in to comment.