Skip to content

feat: unpublished js package #1

feat: unpublished js package

feat: unpublished js package #1

Workflow file for this run

#name: CI
#on: [ push ]
#jobs:
# build:
# name: Build, lint, and test on node ${{ matrix.node }} and ${{ matrix.os }}
#
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repo
# uses: actions/checkout@v2
#
# - name: Use Node
# uses: actions/setup-node@v1
# with:
# node-version: 20
#
# - name: Install deps and build (with cache)
# uses: bahmutov/npm-install@v1
#
# - name: Lint
# run: yarn lint
#
# - name: Test
# run: yarn test --ci --coverage --maxWorkers=2
#
# - name: Build
# run: yarn build