Skip to content

[ARGG-779]: QoL Updates #667

[ARGG-779]: QoL Updates

[ARGG-779]: QoL Updates #667

Workflow file for this run

name: Build
on:
push:
branches: [fork_cra5]
pull_request:
branches: [fork_cra5]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- name: Install npm@8
run: npm i -g npm@8
- name: Install
run: npm ci --prefer-offline
- name: Build
run: npm run build