Skip to content

Update package.json version, add package-lock.json to .gitignore, add… #425

Update package.json version, add package-lock.json to .gitignore, add…

Update package.json version, add package-lock.json to .gitignore, add… #425

Workflow file for this run

name: Testing of Verse.db (Production)
on:
push:
branches:
- master
jobs:
Testing:
runs-on: ubuntu-latest
environment: Tests
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install Dependencies
run: npm i
- name: Run Tests
run: npm run test