Skip to content

Updated packages

Updated packages #70

Workflow file for this run

name: Build
on:
push:
branches: '*'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19
- name: install dependencies
run: npm ci
- name: build
run: npm run make