Skip to content

ci: improve GHA workflows + update actions/checkout to v5 #223

ci: improve GHA workflows + update actions/checkout to v5

ci: improve GHA workflows + update actions/checkout to v5 #223

Workflow file for this run

name: Node.js package audit
on: push
jobs:
package-audit:
strategy:
matrix:
node-version:
- 22
runs-on: ubuntu-24.04
name: Node.js package audit
steps:
- name: Checkout
uses: actions/checkout@v5
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Audit npm packages
run: cd export-server && npm audit