Skip to content

Commit

Permalink
bump install runtime-versions from nodejs 10 to 14 in continuous-deli…
Browse files Browse the repository at this point in the history
…very
  • Loading branch information
sbSteveK committed Aug 16, 2024
1 parent fb0b4ed commit 12f727c
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 12f727c

Please sign in to comment.