File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,12 +48,11 @@ jobs:
4848 run : uv run npx cdk synth --all
4949
5050 # Example deployment job - demonstrates how to deploy using GitHub environments
51- # This job is commented out and serves as a template for users
5251 # To use:
5352 # 1. Create a GitHub environment (Settings > Environments)
5453 # 2. Configure environment variables in that environment
5554 # 3. Set up AWS OIDC provider and IAM role with trust relationship to GitHub
56- # 4. Uncomment this job and customize as needed
55+ # 4. Customize as needed
5756 deploy :
5857 if : github.event_name == 'workflow_dispatch'
5958 needs : test
7271 - name : Set up Node.js
7372 uses : actions/setup-node@v6
7473 with :
75- node-version : ' 22 '
74+ node-version-file : ' .nvmrc '
7675
7776 - name : Install uv
7877 uses : astral-sh/setup-uv@v7
Original file line number Diff line number Diff line change 1+ 22.20.0
You can’t perform that action at this time.
0 commit comments