Skip to content

Update the library to keep it up to date by rewriting everything with Typescript #2

Update the library to keep it up to date by rewriting everything with Typescript

Update the library to keep it up to date by rewriting everything with Typescript #2

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install packages
run: npm ci
- name: Build a package
run: npm run build