Skip to content

WIP: fix safe 1.3 flow #5

WIP: fix safe 1.3 flow

WIP: fix safe 1.3 flow #5

Workflow file for this run

name: Build Project
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "22"
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build