Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Upgrade Apollo Server to v4 and migrate from micro to Express #44

Upgrade Apollo Server to v4 and migrate from micro to Express

Upgrade Apollo Server to v4 and migrate from micro to Express #44

Workflow file for this run

name: Test
permissions:
contents: read
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: 'Test'
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
node-version: [22.x, 24.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test