Skip to content

chore(deps-dev): bump eslint-plugin-jsonc from 2.21.1 to 3.1.0 #131

chore(deps-dev): bump eslint-plugin-jsonc from 2.21.1 to 3.1.0

chore(deps-dev): bump eslint-plugin-jsonc from 2.21.1 to 3.1.0 #131

Workflow file for this run

name: Unit tests action
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: actions/setup-node@v6
with:
node-version: 18
- run: npm install --legacy-peer-deps
- name: Run unit tests
run: npm test