Skip to content

chore(deps-dev): bump @changesets/cli from 2.27.12 to 2.28.1 #27

chore(deps-dev): bump @changesets/cli from 2.27.12 to 2.28.1

chore(deps-dev): bump @changesets/cli from 2.27.12 to 2.28.1 #27

Workflow file for this run

name: Build and test PR
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Setup Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
# - name: Run tests
# run: npm test