Skip to content

refactor: bump @dtinsight/molecule's version to 2.0.0.alpha.0 #191

refactor: bump @dtinsight/molecule's version to 2.0.0.alpha.0

refactor: bump @dtinsight/molecule's version to 2.0.0.alpha.0 #191

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
name: CI
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.x
- name: npm install
run: npm install
- name: Test
run: npm test