Skip to content

fix: unified snippet QA #1180

fix: unified snippet QA

fix: unified snippet QA #1180

Workflow file for this run

name: snippets
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/sdk-snippets
strategy:
matrix:
node-version:
- 14
- 16
- 18
- 20
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --ignore-scripts
- run: npm run build
- run: npm test