Skip to content

Bump xo from 0.49.0 to 0.55.0 #43

Bump xo from 0.49.0 to 0.55.0

Bump xo from 0.49.0 to 0.55.0 #43

Workflow file for this run

name: build
on: [push]
jobs:
test:
name: Node.js ${{ matrix.node_version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 16
- 14
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test