Skip to content

Commit c775d83

Browse files
emosbaughclaude
andauthored
fix: bump node version to 18 in build-addons CI job (#5965)
@aws-sdk/client-s3 v3 requires Node 18+; the ??= operator used by @smithy/util-retry causes a SyntaxError on Node 14. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cfcce52 commit c775d83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- uses: actions/checkout@v6
131131
- uses: actions/setup-node@v6
132132
with:
133-
node-version: '14'
133+
node-version: '18'
134134
- run: npm install
135135
- run: make generate-addons
136136
env:

0 commit comments

Comments
 (0)