Skip to content

bump version 2.12.0 (#177) #127

bump version 2.12.0 (#177)

bump version 2.12.0 (#177) #127

Workflow file for this run

name: CI pipeline
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v3
- name: Node install
uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
cache-dependency-path: "**/yarn.lock"
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build