Skip to content

Bump get-func-name from 2.0.0 to 2.0.2 #523

Bump get-func-name from 2.0.0 to 2.0.2

Bump get-func-name from 2.0.0 to 2.0.2 #523

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: "[Setup] Install dependencies"
run: yarn
- name: "[Test] Run linters"
run: yarn lint
- name: "[Test] Run all jest tests"
run: yarn test