Skip to content

Bump @xmldom/xmldom from 0.9.0 to 0.9.2 #12

Bump @xmldom/xmldom from 0.9.0 to 0.9.2

Bump @xmldom/xmldom from 0.9.0 to 0.9.2 #12

Workflow file for this run

name: Build Test
on:
pull_request:
paths-ignore:
- "**.md"
push:
paths-ignore:
- "**.md"
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: ["20"]
steps:
- uses: actions/checkout@v4
- name: Setup Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- name: Install dependencies with NPM
run: |
npm i -g @vercel/ncc
npm install
- name: Build new release
run: ncc build index.js --license licenses.txt