Skip to content

Update type definition of askForScreenCaptureAccess (#68) #109

Update type definition of askForScreenCaptureAccess (#68)

Update type definition of askForScreenCaptureAccess (#68) #109

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: current
- name: npm install, build, and test
run: |
npm install
npm test