Skip to content

Bump rexml from 3.2.6 to 3.2.8 in the bundler group #1716

Bump rexml from 3.2.6 to 3.2.8 in the bundler group

Bump rexml from 3.2.6 to 3.2.8 in the bundler group #1716

Workflow file for this run

name: Node
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.2
with:
node-version: '16'
check-latest: true
- name: Install packages
run: npm ci
- name: Build
run: npm run build