Skip to content

Commit

Permalink
Test AWS CodeBuild using Node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
bryaningl3 committed May 4, 2022
1 parent 50e2006 commit 35feb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.2
phases:
install:
runtime-versions:
nodejs: 12.x
nodejs: 14.x

pre_build:
commands:
Expand Down

0 comments on commit 35feb21

Please sign in to comment.