Skip to content

Bump get-func-name from 2.0.0 to 2.0.2 (#150) #168

Bump get-func-name from 2.0.0 to 2.0.2 (#150)

Bump get-func-name from 2.0.0 to 2.0.2 (#150) #168

Workflow file for this run

name: IronWeb CI
on:
push:
branches:
- main
pull_request:
jobs:
build_and_test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.2
with:
version: 14.x
- name: build and unit test
run: |
yarn
yarn test