diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c24c2e6d..307107b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,24 +16,27 @@ jobs: strategy: matrix: include: - - node-version: 14.x - db-type: postgresql - - node-version: 14.x - db-type: mysql - - node-version: 16.x - db-type: postgresql - - node-version: 16.x - db-type: mysql - + - node-version: 14.x + db-type: postgresql + - node-version: 14.x + db-type: mysql + - node-version: 16.x + db-type: postgresql + - node-version: 16.x + db-type: mysql + - node-version: 18.x + db-type: postgresql + - node-version: 18.x + db-type: mysql steps: - - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - env: - DATABASE_TYPE: ${{ matrix.db-type }} - - run: npm install --global yarn - - run: yarn install --frozen-lockfile - - run: yarn build + - uses: actions/checkout@v3 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + cache: 'npm' + env: + DATABASE_TYPE: ${{ matrix.db-type }} + - run: npm install --global yarn + - run: yarn install --frozen-lockfile + - run: yarn build diff --git a/assets/logo.svg b/assets/logo.svg index f0e52261..f142dd47 100644 --- a/assets/logo.svg +++ b/assets/logo.svg @@ -1,2 +1,12 @@ - - + + + diff --git a/components/forms/LoginForm.js b/components/forms/LoginForm.js index 8c8aa09e..bded8206 100644 --- a/components/forms/LoginForm.js +++ b/components/forms/LoginForm.js @@ -77,7 +77,6 @@ export default function LoginForm() {
} size="xlarge" className={styles.icon} /> -

umami