Skip to content

releasef using arrows for ranks #693

releasef using arrows for ranks

releasef using arrows for ranks #693

name: Frontend build
'on': [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
CI: false
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm install
working-directory: ./frontend
- run: npm run build
working-directory: ./frontend