Skip to content

Bump @micro-lc/back-kit-engine from 1.0.19 to 1.0.20 #73

Bump @micro-lc/back-kit-engine from 1.0.19 to 1.0.20

Bump @micro-lc/back-kit-engine from 1.0.19 to 1.0.20 #73

Workflow file for this run

name: Main CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: yarn
- name: Install
run: yarn install
- name: Linter
run: yarn lint
- name: Test
run: yarn test
- name: Build
run: yarn build