Skip to content

build(deps): bump rexml from 3.3.9 to 3.4.2 in /example #280

build(deps): bump rexml from 3.3.9 to 3.4.2 in /example

build(deps): bump rexml from 3.3.9 to 3.4.2 in /example #280

Workflow file for this run

name: Testing
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
name: Testing
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 18
cache: 'npm'
- name: NPM Install
run: npm ci
- name: Linting
run: npm run lint
- name: Typing
run: npm run typescript
- name: Testing
run: npm run test --coverage
- name: Prepare Build
run: npm run build