Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis committed Mar 15, 2022
1 parent 6da8175 commit 7dcfce7
Show file tree
Hide file tree
Showing 7 changed files with 1,109 additions and 1,084 deletions.
58 changes: 29 additions & 29 deletions .functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@ecomplus/storefront-renderer": "^2.8.14",
"firebase-admin": "^10.0.2",
"firebase-functions": "^3.18.0"
"firebase-functions": "^3.18.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
id: remote_repo

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}

- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '14.x'

- name: Cache dependencies
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-and-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Optimize with Calibre's image actions
uses: calibreapp/image-actions@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-views.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: master
fetch-depth: 0
Expand Down
Loading

0 comments on commit 7dcfce7

Please sign in to comment.