Skip to content

polish(v1.5.6): aerate the update banner — bigger button, breathing room #29

polish(v1.5.6): aerate the update banner — bigger button, breathing room

polish(v1.5.6): aerate the update banner — bigger button, breathing room #29

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm test