Skip to content

Bump node-forge from 1.3.1 to 1.3.3 #315

Bump node-forge from 1.3.1 to 1.3.3

Bump node-forge from 1.3.1 to 1.3.3 #315

Workflow file for this run

on:
pull_request:
branches:
- master
- development
- 'project/**'
jobs:
checks:
name: Run Code Checks
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Install Dependencies
run: npm install --ignore-scripts --quiet
- name: Run Linters
run: npm run lint
- name: Run Tests
run: npm run test:cov