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