Skip to content

Bump superagent from 8.1.2 to 9.0.2 #217

Bump superagent from 8.1.2 to 9.0.2

Bump superagent from 8.1.2 to 9.0.2 #217

Workflow file for this run

name: CI Tests
on:
pull_request:
push:
branches:
- master
workflow_dispatch:
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 'lts/iron'
cache: 'npm'
- run: npm ci
- run: npm run test