Skip to content

Commit

Permalink
fix: revert node20, use node18 for govcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve committed Aug 22, 2024
1 parent df2cd74 commit 46a4124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 18

- name: Cache Node modules
id: cache-node-modules
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 18

- name: Cache Node modules
id: cache-node-modules
Expand Down
2 changes: 1 addition & 1 deletion serverless/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Resources:
Description: Processes a CloudFormation template to install Datadog Lambda layers for Python and Node.js Lambda functions.
Timeout: 10
Handler: src/index.handler
Runtime: nodejs20.x
Runtime: nodejs18.x
CodeUri:
Bucket: !Ref MacroFunctionZipsBucket
Key:
Expand Down

0 comments on commit 46a4124

Please sign in to comment.