Skip to content

Update @octokit/auth-app 4.0.9 → 7.1.0 (major) #143

Update @octokit/auth-app 4.0.9 → 7.1.0 (major)

Update @octokit/auth-app 4.0.9 → 7.1.0 (major) #143

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: ['master']
pull_request:
branches: ['master']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: 'yarn'
- run: cp .env.example .env
- run: yarn install --frozen-lockfile
- run: yarn test