Skip to content

Fix bottom height with env(safe-area-inset-bottom) #67

Fix bottom height with env(safe-area-inset-bottom)

Fix bottom height with env(safe-area-inset-bottom) #67

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22
- name: npm install, build, and test
run: |
node --version
npm --version
npm install
npm run build --if-present
npm test
env:
CI: true