Skip to content

Bump @typescript-eslint/parser from 6.20.0 to 7.2.0 #184

Bump @typescript-eslint/parser from 6.20.0 to 7.2.0

Bump @typescript-eslint/parser from 6.20.0 to 7.2.0 #184

Workflow file for this run

name: Test Package
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- run: npm i
- run: lerna run test:ci
- uses: paambaati/codeclimate-action@v5
env:
CC_TEST_REPORTER_ID: d7cc2b984737376a118b540a6aa72447f3fc6fbb705988584b33dd0c8fbcb856
with:
workingDirectory: ${{github.workspace}}/packages/vuito