Skip to content

Commit 8aaa9d8

Browse files
chore: adjust nodejs version
1 parent bd3282a commit 8aaa9d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildspec.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ version: 0.2
33
phases:
44
install:
55
runtime-versions:
6-
nodejs: 16.x
6+
nodejs: 14.x
77
commands:
88
- echo Install deps
9+
- n 16
910
- yarn install
1011
build:
1112
commands:

0 commit comments

Comments
 (0)