Skip to content

Commit 91e24e2

Browse files
committed
fix: incorporate review comments
1 parent 2e2e586 commit 91e24e2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -72,7 +71,7 @@ jobs:
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

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22.20.0

0 commit comments

Comments
 (0)