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:
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@@ -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
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user