Chore: Bump node version to 22 for binary releases

This commit is contained in:
Ralph Slooten
2025-04-04 16:26:50 +13:00
parent bc9a5cd4c2
commit 6acbbb4446
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu') == true
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: 'npm'
- if: startsWith(matrix.os, 'ubuntu') == true
run: npm install