Skip to content

⬆️ Update dependency xo to v0.59.3 #699

⬆️ Update dependency xo to v0.59.3

⬆️ Update dependency xo to v0.59.3 #699

Workflow file for this run

name: Node CI
on: ["push"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js v16
uses: actions/setup-node@v2
with:
node-version: "16.x"
- name: ⬇️ Install
run: npm ci
env:
CI: true
- name: ✅ Lint
run: npm run lint
- name: ⚙️ Test
run: npm run test