Skip to content

build(deps): bump codecov/codecov-action from 4.1.0 to 4.4.0 #617

build(deps): bump codecov/codecov-action from 4.1.0 to 4.4.0

build(deps): bump codecov/codecov-action from 4.1.0 to 4.4.0 #617

Workflow file for this run

name: ci
on:
push:
branches:
- trunk
paths-ignore:
- README.md
- LICENSE
pull_request:
branches:
- trunk
paths-ignore:
- README.md
- LICENSE
permissions:
contents: read
packages: read
env:
# 7 GiB by default on GitHub, setting to 6 GiB
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
NODE_OPTIONS: --max-old-space-size=6144
jobs:
context:
uses: ./.github/workflows/workflow-call-context.yaml
ci:
uses: ./.github/workflows/workflow-call-ci.yaml
needs:
- context
with:
ref: ${{ needs.context.outputs.ref }}
node-version: ${{ needs.context.outputs.node-version }}
pnpm-version: ${{ needs.context.outputs.pnpm-version }}