Skip to content

Merge pull request #43 from eresearchqut/ERP-2514-Fix-All-Workflows #154

Merge pull request #43 from eresearchqut/ERP-2514-Fix-All-Workflows

Merge pull request #43 from eresearchqut/ERP-2514-Fix-All-Workflows #154

Workflow file for this run

name: build
on:
push:
jobs:
build:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- run: corepack enable
- name: Configure caching
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: yarn
- name: Install Dependencies
run: yarn install
- name: Build
run: yarn build