Skip to content

chore(deps-dev): bump standard from 17.1.0 to 17.1.2 (#208) #371

chore(deps-dev): bump standard from 17.1.0 to 17.1.2 (#208)

chore(deps-dev): bump standard from 17.1.0 to 17.1.2 (#208) #371

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i -g npm
- run: npm ci
- run: npm test