Skip to content

bump version to 1.9.2 in package-lock.json #154

bump version to 1.9.2 in package-lock.json

bump version to 1.9.2 in package-lock.json #154

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
general:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Test
run: npm test