Skip to content

Bump @babel/preset-typescript from 7.18.6 to 7.25.7 #263

Bump @babel/preset-typescript from 7.18.6 to 7.25.7

Bump @babel/preset-typescript from 7.18.6 to 7.25.7 #263

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