Skip to content

🐛 fix detection of extended checkin time #4105

🐛 fix detection of extended checkin time

🐛 fix detection of extended checkin time #4105

Workflow file for this run

name: Check for node vulnerabilities
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Check for vulnerabilities
run: npm audit