Skip to content

Bump es5-ext from 0.10.53 to 0.10.64 #33

Bump es5-ext from 0.10.53 to 0.10.64

Bump es5-ext from 0.10.53 to 0.10.64 #33

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm test