Skip to content

Bump rexml from 3.2.5 to 3.2.8 in /example (#344) #235

Bump rexml from 3.2.5 to 3.2.8 in /example (#344)

Bump rexml from 3.2.5 to 3.2.8 in /example (#344) #235

Workflow file for this run

name: Node tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Run lib tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 14
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test