Skip to content

Bump @xmldom/xmldom and codeceptjs (#55) #120

Bump @xmldom/xmldom and codeceptjs (#55)

Bump @xmldom/xmldom and codeceptjs (#55) #120

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- name: Checkout
uses: actions/checkout@master
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
uses: ianwalter/puppeteer@v2.0.0
with:
args: yarn
- name: Test
uses: ianwalter/puppeteer@v2.0.0
with:
args: yarn test