Skip to content

Bump ip from 2.0.0 to 2.0.1 #148

Bump ip from 2.0.0 to 2.0.1

Bump ip from 2.0.0 to 2.0.1 #148

Workflow file for this run

name: Build the app
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci && npm run build
- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
name: lu-explorer
path: dist