Skip to content

Bump node-forge from 1.3.3 to 1.4.0 #608

Bump node-forge from 1.3.3 to 1.4.0

Bump node-forge from 1.3.3 to 1.4.0 #608

Workflow file for this run

name: Lint and Build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Get sources
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Restore npm cache
uses: actions/cache@v4
with:
path: ./node_modules
key: ${{ runner.os }}-node-modules
- name: Run npm ci
run: npm ci --no-audit --no-fund
- name: Build
run: npm run test