Skip to content

Bump actions/setup-node from 3 to 4 (#171) #681

Bump actions/setup-node from 3 to 4 (#171)

Bump actions/setup-node from 3 to 4 (#171) #681

Workflow file for this run

name: ci
# Controls when the workflow will run
on:
# Trigger the workflow on all pushes to main, except on tag creation
push:
branches:
- main
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 produce a code coverage report on success.
ci:
name: ci
uses: ecmwf-actions/reusable-workflows/.github/workflows/ci-node.yml@v2
with:
codecov_upload: true
notify_teams: true
secrets:
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}