Skip to content

Commit

Permalink
Upgrade packages and Node to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Mar 18, 2022
1 parent 3899cf5 commit 781e031
Show file tree
Hide file tree
Showing 10 changed files with 16,743 additions and 27,819 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"

- run: npm ci

Expand All @@ -31,7 +31,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"

- run: npm ci

Expand All @@ -47,7 +47,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"

- run: npm ci
working-directory: functions
Expand All @@ -70,7 +70,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"

- run: npm ci

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"

- run: npm ci

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ chat!

To build the site for development:

- Install Node.js 14 and npm 7.
- Install Node.js 16 and npm 8.
- Run `npm install -g firebase-tools` to globally install the Firebase CLI.
- Run `npm install` in the root folder to get dependencies.
- Run `npm install` in the `functions` folder.
Expand Down
Loading

0 comments on commit 781e031

Please sign in to comment.