1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Merge branch 'develop' of github.com:Budibase/budibase into fix/shared-core-dev

This commit is contained in:
mike12345567 2023-09-07 14:03:32 +01:00
commit 425c9cb112
5 changed files with 6 additions and 7 deletions

View file

@ -36,7 +36,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- run: yarn install --frozen-lockfile
- name: Update versions

View file

@ -28,10 +28,10 @@ jobs:
exit 1
fi
- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x
- name: Get the latest budibase release version
id: version

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master

View file

@ -1,5 +1,5 @@
{
"version": "2.9.39-alpha.10",
"version": "2.9.39-alpha.15",
"npmClient": "yarn",
"packages": [
"packages/*"

View file

@ -16,7 +16,6 @@
themeStore,
appStore,
devToolsStore,
environmentStore,
devToolsEnabled,
} from "stores"
import NotificationDisplay from "components/overlay/NotificationDisplay.svelte"
@ -206,7 +205,7 @@
{/if}
</div>
{#if !$builderStore.inBuilder && licensing.logoEnabled() && $environmentStore.cloud}
{#if !$builderStore.inBuilder && licensing.logoEnabled()}
<FreeFooter />
{/if}
</div>