Skip to content

Merge pull request #5 from lovrozagar/utils-init #78

Merge pull request #5 from lovrozagar/utils-init

Merge pull request #5 from lovrozagar/utils-init #78

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.9.0
cache: 'yarn'
- run: yarn install --immutable