Fix macos latest check failures (#1041)

* Update latest node versions

* Update latest node versions

* Update test data

* Update test data

* Update test data

* Update test data

* Update test data

* macos lts failure fix

* Update macos-13
This commit is contained in:
HarithaVattikuti 2024-05-22 08:12:24 -05:00 committed by GitHub
parent c2ac33f2c6
commit eff380dfbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 27 additions and 27 deletions

View file

@ -3,6 +3,6 @@
"node": "^14.0.0"
},
"volta": {
"node": "16.0.0"
"node": "20.0.0"
}
}