Skip to content

ci: test on Node.js 22, too #130

ci: test on Node.js 22, too

ci: test on Node.js 22, too #130

Workflow file for this run

name: Node.js package audit
on: push
jobs:
package-audit:
strategy:
matrix:
node-version:
- 14
runs-on: ubuntu-22.04
name: Node.js package audit
steps:
- uses: actions/checkout@v4
- 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