Skip to content

chore(deps-dev): bump xo from 0.58.0 to 0.59.3 #181

chore(deps-dev): bump xo from 0.58.0 to 0.59.3

chore(deps-dev): bump xo from 0.58.0 to 0.59.3 #181

Workflow file for this run

name: test
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version:
- 20
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test