Skip to content

Add module to package.json (#87) #134

Add module to package.json (#87)

Add module to package.json (#87) #134

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: 🛒 Checkout repository
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 run test