1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-04-17 12:06:22 +02:00

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

@ -26,7 +26,7 @@ jobs:
# build the assets
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: 'npm'
- run: echo "Building assets for ${{ github.ref_name }}"
- run: npm install

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