Skip to content

chore: bump get-func-name from 2.0.0 to 2.0.2 #118

chore: bump get-func-name from 2.0.0 to 2.0.2

chore: bump get-func-name from 2.0.0 to 2.0.2 #118

Workflow file for this run

name: Tests
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18
- latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: yarn install, build, and test
run: |
yarn --frozen-lockfile
yarn build
yarn lint
yarn test
env:
CI: true