Skip to content

chore(deps): bump @octokit/core from 5.0.1 to 5.0.2 #148

chore(deps): bump @octokit/core from 5.0.1 to 5.0.2

chore(deps): bump @octokit/core from 5.0.1 to 5.0.2 #148

Workflow file for this run

name: Sanity Check
on:
pull_request:
push:
branches:
- 'release/**'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
run-tests:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- name: Install deps
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Test
run: yarn test