File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
strategy :
11
11
matrix :
12
- node-version : [12 .x, 14 .x]
12
+ node-version : [14 .x, 16 .x]
13
13
14
14
steps :
15
15
- uses : actions/checkout@v1
27
27
- name : Run api-extractor
28
28
run : npm run api-extractor
29
29
- name : Run emulator-based integration tests
30
- if : matrix.node-version == '14.x'
31
30
run : |
32
31
npm install -g firebase-tools
33
32
firebase emulators:exec --project fake-project-id --only auth,database,firestore \
Original file line number Diff line number Diff line change 47
47
- name : Set up Node.js
48
48
uses : actions/setup-node@v1
49
49
with :
50
- node-version : 12 .x
50
+ node-version : 14 .x
51
51
52
52
- name : Install and build
53
53
run : |
@@ -116,7 +116,7 @@ jobs:
116
116
- name : Set up Node.js
117
117
uses : actions/setup-node@v1
118
118
with :
119
- node-version : 12 .x
119
+ node-version : 14 .x
120
120
121
121
- name : Publish preflight check
122
122
id : preflight
Original file line number Diff line number Diff line change 6
6
"license" : " Apache-2.0" ,
7
7
"homepage" : " https://firebase.google.com/" ,
8
8
"engines" : {
9
- "node" : " >=12.7.0 "
9
+ "node" : " >=14 "
10
10
},
11
11
"scripts" : {
12
12
"build" : " gulp build" ,
You can’t perform that action at this time.
0 commit comments