Skip to content

Update Licenses and readme #7

Update Licenses and readme

Update Licenses and readme #7

Workflow file for this run

name: Build And Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14.21.3', '21.7.3']
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm install
- run: npm test