Skip to content

[Snyk] Upgrade xpath from 0.0.32 to 0.0.34 #5

[Snyk] Upgrade xpath from 0.0.32 to 0.0.34

[Snyk] Upgrade xpath from 0.0.32 to 0.0.34 #5

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will install Deno and run tests across stable and nightly builds on Windows, Ubuntu and macOS.
# For more information see: https://github.com/denolib/setup-deno
name: Npm test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '10'
- run: npm install
- run: npm test