Skip to content

Bump xo from 0.59.3 to 0.60.0 #143

Bump xo from 0.59.3 to 0.60.0

Bump xo from 0.59.3 to 0.60.0 #143

Workflow file for this run

name: Test
on:
push:
branches:
- "*"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Setup Node.js 🛠️
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install dependencies 📦
run: |
npm ci
- name: Test 🧪
run: |
npm run test