Skip to content

chore(deps): bump node-forge from 1.3.1 to 1.3.3 #1499

chore(deps): bump node-forge from 1.3.1 to 1.3.3

chore(deps): bump node-forge from 1.3.1 to 1.3.3 #1499

Workflow file for this run

name: CI
on:
- push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 24
- name: Cache node modules
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
- name: Install
run: npm install
- name: Build
run: npm run build
- name: Test
run: make test