Skip to content

Commit

Permalink
add node version to codebuild spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Chen committed Jun 3, 2019
1 parent 94532bb commit 52439d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
version: 0.2

phases:
install:
runtime-versions:
nodejs: 10

artifacts:
files:
- '**/*'

0 comments on commit 52439d1

Please sign in to comment.