Skip to content

fix(deps): bump @changesets/cli from 2.27.10 to 2.27.11 #404

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

fix(deps): bump @changesets/cli from 2.27.10 to 2.27.11 #404

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