Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Bump node-forge from 1.3.1 to 1.3.2 #15

Bump node-forge from 1.3.1 to 1.3.2

Bump node-forge from 1.3.1 to 1.3.2 #15

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
- run: npm test
- uses: ./
with:
value: "${{ github.run_id }}-${{ github.run_attempt }}"
private-key: ${{ secrets.PRIVATE_KEY }}
revision: ${{ secrets.REVISION }}