Skip to content

Bump actions/setup-node from 4.1.0 to 4.2.0 in the gha-deps group #330

Bump actions/setup-node from 4.1.0 to 4.2.0 in the gha-deps group

Bump actions/setup-node from 4.1.0 to 4.2.0 in the gha-deps group #330

Workflow file for this run

---
name: Audit
"on":
push:
branches:
- trunk
pull_request:
branches:
- trunk
schedule:
- cron: "0 0 * * TUE"
jobs:
js:
name: Audit JS Dependencies
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
- name: Install Nodejs toolchain
run: npm ci
- name: npm audit
run: npm audit