Skip to content

Bump ajv-formats from 2.1.1 to 3.0.1 #75

Bump ajv-formats from 2.1.1 to 3.0.1

Bump ajv-formats from 2.1.1 to 3.0.1 #75

Workflow file for this run

name: Test
on:
pull_request:
jobs:
CI:
name: TEST
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@main
- name: Set up Node.js
uses: actions/setup-node@main
with:
node-version: 20
- run: npm install
- run: npm test