Skip to content

Bump @typescript-eslint/parser from 5.7.0 to 5.62.0 #252

Bump @typescript-eslint/parser from 5.7.0 to 5.62.0

Bump @typescript-eslint/parser from 5.7.0 to 5.62.0 #252

Workflow file for this run

name: ci
# Controls when the workflow will run
on:
# Trigger the workflow on all pushes, except on tag creation
push:
branches:
- main
- develop
tags-ignore:
- "**"
# Trigger the workflow on all pull requests
pull_request: ~
# Allow workflow to be dispatched on demand
workflow_dispatch: ~
jobs:
# Calls a reusable CI NodeJS workflow to qa & test the current repository.
# It will install dependencies and run lint and test commands.
ci:
name: ci
uses: ecmwf-actions/reusable-workflows/.github/workflows/ci-node.yml@v2
with:
self_build: false