Skip to content

Bumps version to 0.0.52. #237

Bumps version to 0.0.52.

Bumps version to 0.0.52. #237

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '22.21.1'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
- run: yarn lint