Skip to content

Update rexml to patch CVE-2024-43398, CVE-2024-41946, CVE-2024-41123 … #60

Update rexml to patch CVE-2024-43398, CVE-2024-41946, CVE-2024-41123 …

Update rexml to patch CVE-2024-43398, CVE-2024-41946, CVE-2024-41123 … #60

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm run setup