We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d71205 commit ce2af5cCopy full SHA for ce2af5c
buildspec.yml
@@ -3,13 +3,16 @@ version: 0.2
3
phases:
4
install:
5
runtime-versions:
6
- nodejs: latest
+ nodejs: 14
7
commands:
8
# Install yarn
9
- - yum -y install yarn
+ - 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
13
14
# Install firebase tools
- - yarn global add firebase-tools
15
+ - yarn global add firebase-tools@10.9.2
16
17
pre_build:
18
0 commit comments