Skip to content

chore(deps-dev): bump @octokit/graphql-schema from 14.37.0 to 14.38.0… #493

chore(deps-dev): bump @octokit/graphql-schema from 14.37.0 to 14.38.0…

chore(deps-dev): bump @octokit/graphql-schema from 14.37.0 to 14.38.0… #493

Workflow file for this run

name: Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_call:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
cache: npm
node-version: 18
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test