Skip to content

Commit 510f0cd

Browse files
Update repo infra (#703)
Co-authored-by: Morgan <[email protected]>
1 parent 0d5491d commit 510f0cd

File tree

5 files changed

+14955
-4698
lines changed

5 files changed

+14955
-4698
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version:
16-
- 10.x
16+
- 18.x
1717
steps:
18-
- uses: actions/checkout@v1
19-
- uses: actions/setup-node@v1
18+
- uses: actions/checkout@v3
19+
- uses: actions/setup-node@v3
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222

2323
- name: Cache npm
24-
uses: actions/cache@v1
24+
uses: actions/cache@v3
2525
with:
2626
path: ~/.npm
2727
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}

firestore/package-lock.json

+25-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lerna": "2.8.0",
2+
"lerna": "6.0.0",
33
"packages": [
44
"firestore"
55
],

0 commit comments

Comments
 (0)