Skip to content

Bump es5-ext from 0.10.62 to 0.10.64 (#1213) #1859

Bump es5-ext from 0.10.62 to 0.10.64 (#1213)

Bump es5-ext from 0.10.62 to 0.10.64 (#1213) #1859

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: bahmutov/npm-install@v1
- run: npm test
env:
CI: true