1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-04 00:15:54 +02:00

UI: Bump build action to use node 18

This commit is contained in:
Ralph Slooten 2022-10-15 09:35:06 +13:00
parent 5d396b9f25
commit 205611856b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -30,7 +30,7 @@ jobs:
# build the assets
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'
- run: npm install
- run: npm run package