Skip to content

chore: add files to package.json #3

chore: add files to package.json

chore: add files to package.json #3

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build