Update Node.js to v22 (#45)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-29 14:26:45 -07:00 committed by GitHub
parent 3736b3b360
commit 93a72482ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View file

@ -18,7 +18,7 @@
"yaml": "^2.2.1"
},
"engines": {
"node": "20.x"
"node": "22.x"
}
},
"node_modules/@actions/cache": {