Skip to content

Merge pull request #43 from sonnyquinn24/copilot/fix-39ba1c40-d141-41… #137

Merge pull request #43 from sonnyquinn24/copilot/fix-39ba1c40-d141-41…

Merge pull request #43 from sonnyquinn24/copilot/fix-39ba1c40-d141-41… #137

Workflow file for this run

name: CI/CD
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test