Skip to content

US-2106 Updating rLogin to be able to use node 16+ #180

US-2106 Updating rLogin to be able to use node 16+

US-2106 Updating rLogin to be able to use node 16+ #180

Workflow file for this run

name: audit
on:
pull_request
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm audit --parseable | grep moderate