Skip to content

Bump @rgrove/parse-xml from 4.2.1 to 4.2.2 #219

Bump @rgrove/parse-xml from 4.2.1 to 4.2.2

Bump @rgrove/parse-xml from 4.2.1 to 4.2.2 #219

Workflow file for this run

name: Node Unit Tests
on: [push, pull_request]
permissions: read-all
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
node: ["18", "20", "22", "24", "26"]
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 7.0.0
- name: Setup node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0
with:
node-version: ${{ matrix.node }}
# Do *not* use cache (see: tanstack cache poisoning vuln)
# cache: npm
- run: npm ci
- run: npm test
env:
YARN_GPG: no