Skip to content

Bump chai from 4.3.7 to 5.1.2 #1304

Bump chai from 4.3.7 to 5.1.2

Bump chai from 4.3.7 to 5.1.2 #1304

Workflow file for this run

---
name: build
"on":
pull_request:
push:
branches:
- main
jobs:
mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm run build-mac
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm run build-win
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm run build-linux