mirror of
https://github.com/logos-messaging/logos-messaging-frontend.git
synced 2026-01-05 23:33:07 +00:00
Merge pull request #9 from waku-org/weboko/fix-pipeline
fix: pipeline error
This commit is contained in:
commit
f7ba689d87
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@ -26,9 +26,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup node.js
|
- name: Setup node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
|
|
||||||
- name: Setup npm
|
- name: Setup npm
|
||||||
uses: bahmutov/npm-install@v1
|
run: npm ci
|
||||||
|
|
||||||
- name: Artefact build
|
- name: Artefact build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user