build(deps): bump jsdom from 27.1.0 to 27.2.0 in /export-server #204
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: | |
| - uses: actions/checkout@v5 | |
| - name: Setup Node.js | |
| uses: actions/setup-node@v6 | |
| with: | |
| node-version: ${{ matrix.node-version }} | |
| - name: Audit npm packages | |
| run: cd export-server && npm audit |