Skip to content

πŸ“ Set release date for 0.6.0 in CHANGELOG #423

πŸ“ Set release date for 0.6.0 in CHANGELOG

πŸ“ Set release date for 0.6.0 in CHANGELOG #423

Workflow file for this run

name: Test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build