Skip to content

v1.0.150

v1.0.150 #1913

Workflow file for this run

name: Run tests
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: macos-latest
name: Test with Node 20 on macOS
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 20
- name: Setup ncc
run: npm install -g @vercel/ncc
- run: yarn install --frozen-lockfile --check-files
- run: yarn build
- run: yarn test