Skip to content

build(deps): bump get-func-name from 2.0.0 to 2.0.2 #5

build(deps): bump get-func-name from 2.0.0 to 2.0.2

build(deps): bump get-func-name from 2.0.0 to 2.0.2 #5

# https://medium.com/javascript-in-plain-english/publish-update-npm-packages-with-github-actions-e4d786ffd62a
name: 'Pull Request Tests'
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
registry-url: 'https://npm.pkg.github.com/'
scope: '@buccaneerai'
always-auth: true
- run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- run: yarn test
- run: yarn build