Skip to content

fix: just remove entirely since yearly not an option #386

fix: just remove entirely since yearly not an option

fix: just remove entirely since yearly not an option #386

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
- name: Install Node dependencies
run: yarn --frozen-lockfile
- run: yarn test
- run: yarn build