Skip to content

Update snapit.yml to use shopify/snapit #627

Update snapit.yml to use shopify/snapit

Update snapit.yml to use shopify/snapit #627

Workflow file for this run

name: CI
on:
pull_request: ~
push:
branches: [main, changeset-release/*]
jobs:
test:
name: 'Test (${{ matrix.node-version }})'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: ['16.x', '18.x', '20.x']
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
name: Checkout
- uses: actions/setup-node@v3
name: Use Node.js ${{ matrix.node-version }}
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn run lint
- run: yarn run test --coverage