Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Bump @apollo/server from 4.7.1 to 4.7.4 #1114

Bump @apollo/server from 4.7.1 to 4.7.4

Bump @apollo/server from 4.7.1 to 4.7.4 #1114

Workflow file for this run

name: Lint Project
on:
pull_request:
branches: [main]
jobs:
check-prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run prettier:check
check-eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run lint:js
check-typescript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run typescript