1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-08-13 20:04:49 +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 # build the assets
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 18 node-version: 22
cache: 'npm' cache: 'npm'
- run: echo "Building assets for ${{ github.ref_name }}" - run: echo "Building assets for ${{ github.ref_name }}"
- run: npm install - run: npm install

View File

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