Skip to content

chore: bump to v7.35.1 (v7.35.0 already on PyPI) #68

chore: bump to v7.35.1 (v7.35.0 already on PyPI)

chore: bump to v7.35.1 (v7.35.0 already on PyPI) #68

Workflow file for this run

name: Squad CI
on:
pull_request:
branches: [dev, preview, main, insider]
types: [opened, synchronize, reopened]
push:
branches: [dev, insider]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Run tests
run: node --test test/*.test.js