Skip to content

bump version to 1.6.1 and refactor platform compatibility handling in… #132

bump version to 1.6.1 and refactor platform compatibility handling in…

bump version to 1.6.1 and refactor platform compatibility handling in… #132

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
general:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- 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