Skip to content

[Snyk] Upgrade ajv from 8.12.0 to 8.13.0 #19

[Snyk] Upgrade ajv from 8.12.0 to 8.13.0

[Snyk] Upgrade ajv from 8.12.0 to 8.13.0 #19

Workflow file for this run

jobs:
release:
runs-on: ubuntu-latest
environment: release
name: Test
steps:
- name: setup repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- run: npm ci
- run: npm run lint
- run: npm run build
name: test
on:
pull_request:
branches:
- main