Skip to content

Only auto apply plugin in browser environment #392

Only auto apply plugin in browser environment

Only auto apply plugin in browser environment #392

Workflow file for this run

name: Run tests
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm test