Skip to content

Merge pull request #53 from IFRCGo/fix/release-workflow #80

Merge pull request #53 from IFRCGo/fix/release-workflow

Merge pull request #53 from IFRCGo/fix/release-workflow #80

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install
run: yarn install
- name: Build
run: yarn build