Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Zapata committed Oct 28, 2022
1 parent 8b8e353 commit cc7837d
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
Expand Up @@ -4,8 +4,9 @@ version: 0.2
phases:
install:
runtime-versions:
nodejs: 16
nodejs: 14
commands:
- n 16
- echo Installing Mocha...
- npm install -g mocha
pre_build:
Expand Down

0 comments on commit cc7837d

Please sign in to comment.