Skip to content

⬆️ Bump graphql from 16.7.1 to 16.8.0 #126

⬆️ Bump graphql from 16.7.1 to 16.8.0

⬆️ Bump graphql from 16.7.1 to 16.8.0 #126

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- "20"
- "18"
- "16"
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test