Skip to content

Merge pull request #216 from okp4/dependabot/npm_and_yarn/typescript-… #509

Merge pull request #216 from okp4/dependabot/npm_and_yarn/typescript-…

Merge pull request #216 from okp4/dependabot/npm_and_yarn/typescript-… #509

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