Skip to content

[Snyk] Upgrade @octokit/types from 11.1.0 to 13.5.0 #357

[Snyk] Upgrade @octokit/types from 11.1.0 to 13.5.0

[Snyk] Upgrade @octokit/types from 11.1.0 to 13.5.0 #357

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
github_client:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20]
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: npm
- name: Install dependencies
run: npm install
- name: Unit tests
run: npm run test