Skip to content

Bump @typescript-eslint/parser from 6.5.0 to 6.10.0 #1020

Bump @typescript-eslint/parser from 6.5.0 to 6.10.0

Bump @typescript-eslint/parser from 6.5.0 to 6.10.0 #1020

Workflow file for this run

name: nodejs
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
node_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: setup node
uses: actions/setup-node@v1
with:
node-version: '14'
check-latest: true
- run: npm install
- run: npm ci
- run: npx jest
# - run: npm run test