Skip to content

chore(deps): bump @octokit/core from 4.2.0 to 6.1.2 #327

chore(deps): bump @octokit/core from 4.2.0 to 6.1.2

chore(deps): bump @octokit/core from 4.2.0 to 6.1.2 #327

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run linter
run: npm run lint
- name: Run tests
run: npm test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}