Skip to content

Commit

Permalink
update build process to node10
Browse files Browse the repository at this point in the history
  • Loading branch information
gojko committed Jan 8, 2020
1 parent c6d4e93 commit e6471e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: 0.1

environment_variables:
plaintext:
AWS_REGION: "us-west-2"
Expand All @@ -10,6 +9,8 @@ environment_variables:

phases:
install:
runtime-versions:
nodejs: 10
commands:
- echo "NODE VERSION"
- node --version
Expand Down

0 comments on commit e6471e2

Please sign in to comment.