fix: add pipeline checkout and other acitons

This commit is contained in:
Sasha 2023-11-08 16:32:15 +01:00
parent f7ba689d87
commit ac27ac2881
No known key found for this signature in database

View File

@ -24,13 +24,19 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Checkout to waku-frontend
uses: actions/checkout@v3
with:
repository: waku-org/waku-frontend
- name: Setup node.js
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: "https://registry.npmjs.org"
- name: Setup npm
run: npm ci
uses: bahmutov/npm-install@v1
- name: Artefact build
run: npm run build