Merge pull request #14 from michalvankodev/renovate/node-22.x

Update Node.js to v22
This commit is contained in:
Michal Vanko 2024-11-08 10:35:09 +01:00 committed by GitHub
commit 289763baec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
name: release
runs-on: ubuntu-latest
container:
image: node:18
image: node:22
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable