Skip to content

Bump tslib from 2.5.3 to 2.6.1 #102

Bump tslib from 2.5.3 to 2.6.1

Bump tslib from 2.5.3 to 2.6.1 #102

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build
env:
CI: true