Skip to content

Commit ce2af5c

Browse files
committed
Use ubuntu and specific firebase version
1 parent 8d71205 commit ce2af5c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

buildspec.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ version: 0.2
33
phases:
44
install:
55
runtime-versions:
6-
nodejs: latest
6+
nodejs: 14
77
commands:
88
# Install yarn
9-
- yum -y install yarn
9+
- apt update
10+
- apt install --no-install-recommends yarn
11+
#- curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash
12+
#- sudo apt-get install -y nodejs
1013

1114
# Install firebase tools
12-
- yarn global add firebase-tools
15+
- yarn global add firebase-tools@10.9.2
1316

1417
pre_build:
1518
commands:

0 commit comments

Comments
 (0)