mirror of
https://github.com/axllent/mailpit.git
synced 2025-01-06 00:25:39 +02:00
UI: Bump build action to use node 18
This commit is contained in:
parent
5d396b9f25
commit
205611856b
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
# build the assets
|
# build the assets
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 18
|
||||||
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
@ -30,7 +30,7 @@ jobs:
|
|||||||
# build the assets
|
# build the assets
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 18
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run package
|
- run: npm run package
|
||||||
|
Loading…
Reference in New Issue
Block a user