Skip to content

Commit b7ce8bb

Browse files
committed
Update all
1 parent c0c0f68 commit b7ce8bb

File tree

4 files changed

+27
-45
lines changed

4 files changed

+27
-45
lines changed

.github/workflows/firebase-hosting-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
persist-credentials: false
1616

17-
- uses: actions/setup-node@v2
17+
- uses: actions/setup-node@v3
1818
with:
1919
node-version: 12.x
2020

.github/workflows/firebase-hosting-pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
with:
1212
persist-credentials: false
13-
- uses: actions/setup-node@v2
13+
- uses: actions/setup-node@v3
1414
with:
1515
node-version: 12.x
1616
- run: git config --global url."https://${{ secrets.PAT }}@github.com/".insteadOf ssh://[email protected]/

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@babel/preset-env": "^7.15.8",
3636
"@material-ui/icons": "^5.0.0-beta.5",
3737
"buffer": "^6.0.3",
38-
"dotenv": "^10.0.0",
38+
"dotenv": "^16.0.0",
3939
"fs-extra": "^10.0.0",
4040
"jest": "^27.5.1",
4141
"prop-types": "^15.8.1",

0 commit comments

Comments
 (0)