Skip to content

Added a bunch of functionality #2

Added a bunch of functionality

Added a bunch of functionality #2

Workflow file for this run

on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run ci-build
- run: npm run build