Skip to content

chore(deps): bump @types/har-format from 1.2.15 to 1.2.16 #421

chore(deps): bump @types/har-format from 1.2.15 to 1.2.16

chore(deps): bump @types/har-format from 1.2.15 to 1.2.16 #421

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18
- 20
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test