Skip to content

ci: test

ci: test #1

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: lts/*
- name: ci
run: |
npm install
npm run test