Skip to content

Bump node-forge from 1.3.1 to 1.3.2 #213

Bump node-forge from 1.3.1 to 1.3.2

Bump node-forge from 1.3.1 to 1.3.2 #213

Workflow file for this run

name: Test
on:
push:
branches:
- "**"
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- run: npm ci
- name: Build
run: npm run build
- name: Unit Tests
run: npm run test:unit