Skip to content

Commit

Permalink
Continuous Delivery nodejs version bump (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK authored Aug 16, 2024
1 parent fb0b4ed commit 1de478c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion continuous-delivery/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2
phases:
install:
runtime-versions:
nodejs: 10
nodejs: 14
pre_build:
commands:
- cd aws-crt-nodejs
Expand Down
2 changes: 1 addition & 1 deletion continuous-delivery/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2
phases:
install:
runtime-versions:
nodejs: 10
nodejs: 14
build:
commands:
- cd aws-crt-nodejs
Expand Down
2 changes: 1 addition & 1 deletion continuous-delivery/test-version-exists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.2
phases:
install:
runtime-versions:
nodejs: 10
nodejs: 14
build:
commands:
- cd aws-crt-nodejs
Expand Down

0 comments on commit 1de478c

Please sign in to comment.