Skip to content

chore(version): bump to 2.0.1 #47

chore(version): bump to 2.0.1

chore(version): bump to 2.0.1 #47

Workflow file for this run

name: Verify package
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint
pack:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
- name: Install dependencies
run: yarn install
- name: Pack in dry run mode
run: yarn pack --dry-run