Skip to content

Bump xo from 0.24.0 to 0.59.3 #590

Bump xo from 0.24.0 to 0.59.3

Bump xo from 0.24.0 to 0.59.3 #590

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
# Platforms to test on
strategy:
matrix:
os: [macos-10.14, windows-2019, ubuntu-18.04]
steps:
- name: Check out Git repository
uses: actions/checkout@v1
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 18
- name: Run tests
run: |
yarn
yarn test
yarn build
yarn build-app
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
env:
CI: true