Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

chore(deps): Bump the dotenv group with 2 updates #1045

chore(deps): Bump the dotenv group with 2 updates

chore(deps): Bump the dotenv group with 2 updates #1045

Workflow file for this run

name: Synth
on:
push:
branches:
- main
pull_request:
types:
- opened
- ready_for_review
- reopened
- synchronize
workflow_dispatch: {}
jobs:
synth:
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/hashicorp/jsii-terraform
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: ensure correct user
run: chown -R root /__w/cdktf-integration-serverless-example/
- name: Install dependencies
run: yarn
- name: Synth
run: yarn get && yarn synth