Skip to content

another test

another test #16

Workflow file for this run

on: [push]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install dependencies
run: npm install
- name: Test
run: npm test
env:
CI: true