Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Update Erlang to 26.2.4 #377

Update Erlang to 26.2.4

Update Erlang to 26.2.4 #377

Workflow file for this run

name: Frontend Build
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
build:
name: Frontend Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm install --prefix assets
if: always()
- name: Build
run: npm --prefix assets run build
if: always()