Skip to content

Bump xo from 0.54.2 to 0.56.0 #71

Bump xo from 0.54.2 to 0.56.0

Bump xo from 0.54.2 to 0.56.0 #71

Workflow file for this run

name: Validate code
on:
pull_request:
branches:
- '*'
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 18
- 16
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run validate-code