Skip to content

Bump xo from 0.59.0 to 0.59.3 (#33) #8

Bump xo from 0.59.0 to 0.59.3 (#33)

Bump xo from 0.59.0 to 0.59.3 (#33) #8

Workflow file for this run

name: Test
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js LTS
uses: actions/setup-node@v4.0.2
with:
node-version: lts/*
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test