Skip to content

Commit

Permalink
Build pipeline only supports node 16 node 18 not supported yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
eggoynes committed Apr 10, 2023
1 parent cf3240d commit 301c9a1
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: 18
nodejs: 16
pre_build:
commands:
- echo "Installing dependencies and executing unit tests - `pwd`"
Expand Down

0 comments on commit 301c9a1

Please sign in to comment.