mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-01-05 23:33:07 +00:00
Merge branch 'master' of github.com:waku-org/waku-frontend into weboko/follow-up
This commit is contained in:
commit
cc7a1c3b12
8
.github/workflows/push.yml
vendored
8
.github/workflows/push.yml
vendored
@ -24,8 +24,16 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Checkout to waku-frontend
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
repository: waku-org/waku-frontend
|
||||||
|
|
||||||
- name: Setup node.js
|
- name: Setup node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
|
registry-url: "https://registry.npmjs.org"
|
||||||
|
|
||||||
- name: Setup npm
|
- name: Setup npm
|
||||||
uses: bahmutov/npm-install@v1
|
uses: bahmutov/npm-install@v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user