Skip to content

Bump node-forge from 1.3.1 to 1.3.2 #7

Bump node-forge from 1.3.1 to 1.3.2

Bump node-forge from 1.3.1 to 1.3.2 #7

name: Continuous Integration
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
- name: Use Node 18
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install Dependencies and Test
run: npm cit