Skip to content

fix(deps): update dependency builtin-modules to v4 #610

fix(deps): update dependency builtin-modules to v4

fix(deps): update dependency builtin-modules to v4 #610

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 }}