Skip to content

chore: bump package-lock.json #7

chore: bump package-lock.json

chore: bump package-lock.json #7

Workflow file for this run

name: Prepare for Production
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
runner:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm run test
- name: Build
run: npm run build