Skip to content

Bump node-forge from 1.3.2 to 1.4.0 #593

Bump node-forge from 1.3.2 to 1.4.0

Bump node-forge from 1.3.2 to 1.4.0 #593

Workflow file for this run

name: "coverage"
on:
pull_request:
branches:
- main
jobs:
coverage:
runs-on: macos-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
- run: npm ci
- uses: ArtiomTr/jest-coverage-report-action@v2.2.4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
annotations: failed-tests
skip-step: install
env:
NODE_OPTIONS: --experimental-vm-modules