Skip to content

fix(deps): bump @changesets/cli from 2.27.11 to 2.28.1 #434

fix(deps): bump @changesets/cli from 2.27.11 to 2.28.1

fix(deps): bump @changesets/cli from 2.27.11 to 2.28.1 #434

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