Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

npm: bump @typescript-eslint/parser from 5.57.0 to 5.59.2 #19

npm: bump @typescript-eslint/parser from 5.57.0 to 5.59.2

npm: bump @typescript-eslint/parser from 5.57.0 to 5.59.2 #19

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
# Cancel any active builds when new commits are pushed
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
JEST:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Run CI
run: npm ci
# - name: Run Tests
# run: npm run test
#
# - name: Publish Results
# uses: dorny/test-reporter@v1
# if: always()
# with:
# name: JS Report
# path: "reports/*.xml"
# reporter: jest-junit