Skip to content

Update README.md

Update README.md #32

Workflow file for this run

name: CI/CD
on: push
jobs:
continuous-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Using Node.js
uses: actions/setup-node@v2
with:
node-version: 22.
- name: Install Dependencies and execute tests
run: |
npm install
npm run test