Skip to content

build(deps-dev): bump globals from 15.15.0 to 16.0.0 #46

build(deps-dev): bump globals from 15.15.0 to 16.0.0

build(deps-dev): bump globals from 15.15.0 to 16.0.0 #46

Workflow file for this run

name: test
on: [push, pull_request]
env:
HUSKY: 0
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: |
yarn
yarn lint
yarn test