Skip to content

fix: remove accessibility prompt 馃悰 #134

fix: remove accessibility prompt 馃悰

fix: remove accessibility prompt 馃悰 #134

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- 'releases/**'
pull_request:
branches-ignore:
- 'releases/**'
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
node-version:
- 18
- 16
- 14
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install --ignore-scripts
- run: npm run build:macos
- run: npm run test-ci