Skip to content

chore: scope package as @teskevirtualsystem/struct.js #2

chore: scope package as @teskevirtualsystem/struct.js

chore: scope package as @teskevirtualsystem/struct.js #2

Workflow file for this run

name: CI
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run lint
- run: npm test