Skip to content

Commit c83bc19

Browse files
committed
Merge branch 'master' into integrate-with-frontend-web-app
2 parents f9330d6 + 0e7d77f commit c83bc19

File tree

4 files changed

+146
-120
lines changed

4 files changed

+146
-120
lines changed

.github/workflows/node.js-with-docker-db.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: docker-compose pull
5454

5555
- name: Use Node.js ${{ matrix.node-version }}
56-
uses: actions/setup-node@v2.2.0
56+
uses: actions/setup-node@v2.3.0
5757
with:
5858
node-version: ${{ matrix.node-version }}
5959
check-latest: true

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/[email protected]
2929
- name: Use Node.js ${{ matrix.node-version }}
30-
uses: actions/setup-node@v2.2.0
30+
uses: actions/setup-node@v2.3.0
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333
check-latest: true

0 commit comments

Comments
 (0)