Skip to content

Only invoke this when it's not a GET or POST request #5

Only invoke this when it's not a GET or POST request

Only invoke this when it's not a GET or POST request #5

Workflow file for this run

name: Node CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test_suite:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm test