We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382e4f8 commit 5bc264aCopy full SHA for 5bc264a
buildspec.yml
@@ -3,6 +3,8 @@ version: 0.2
3
4
phases:
5
install:
6
+ runtime-versions:
7
+ nodejs: 10
8
commands:
9
- echo Installing Mocha...
10
- npm install -g mocha
0 commit comments