Skip to content

chore: Bump version to 1.11.1 #710

chore: Bump version to 1.11.1

chore: Bump version to 1.11.1 #710

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run transpile
- run: npm run test