Skip to content

Merge pull request #215 from okp4/dependabot/github_actions/wagoid/co… #505

Merge pull request #215 from okp4/dependabot/github_actions/wagoid/co…

Merge pull request #215 from okp4/dependabot/github_actions/wagoid/co… #505

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_call:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup node environment (for building)
uses: actions/setup-node@v4
with:
node-version: 20.2
- name: Fetch dependencies
run: |
yarn --frozen-lockfile
- name: Build project
run: |
yarn build && yarn package