Skip to content

Commit a9d23fa

Browse files
authored
Update dependencies and Node version (#318)
* Update Node version in test.yml * Update deps for v9 * Update to lerna 7 and npm workspaces * --no-optional * regen lock * explict add * retry gen * upgrade tests to jest and typescript * Update database tests * Update v9 to Jest and TypeScript * Update database specs to jest and ts * test on ci * wrong port test * test denied * failed test result * remove flakey assertion * remove flakey assertion
1 parent 87e4afe commit a9d23fa

File tree

27 files changed

+32224
-13905
lines changed

27 files changed

+32224
-13905
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version:
16-
- 10.x
16+
- 18.x
1717
steps:
1818
- uses: actions/checkout@v1
1919
- uses: actions/setup-node@v1
@@ -27,4 +27,4 @@ jobs:
2727
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
2828

2929
- name: "Test"
30-
run: ./scripts/test.sh
30+
run: ./scripts/test.sh

.opensource/project.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "Firebase Testing Quickstarts",
3-
"platforms": [
4-
"Android",
5-
"iOS",
6-
"Web",
7-
"Node"
8-
],
9-
"content": "README.md",
10-
"pages" : {
11-
"manual-emulator-testing/README.md": "Manual emulator testing",
12-
"unit-test-cloud-functions/README.md": "Unit test Cloud Functions",
13-
"unit-test-security-rules/README.md": "Unit test Security Rules"
14-
},
15-
"related": [
16-
"firebase/firebase-functions-test",
17-
"firebase/firebase-tools"
18-
]
2+
"name": "Firebase Testing Quickstarts",
3+
"$schema": "../node_modules/nx/schemas/project-schema.json",
4+
"platforms": [
5+
"Android",
6+
"iOS",
7+
"Web",
8+
"Node"
9+
],
10+
"content": "README.md",
11+
"pages": {
12+
"manual-emulator-testing/README.md": "Manual emulator testing",
13+
"unit-test-cloud-functions/README.md": "Unit test Cloud Functions",
14+
"unit-test-security-rules/README.md": "Unit test Security Rules"
15+
},
16+
"related": [
17+
"firebase/firebase-functions-test",
18+
"firebase/firebase-tools"
19+
]
1920
}
20-

0 commit comments

Comments
 (0)