Skip to content

chore(deps): bump es5-ext from 0.10.60 to 0.10.63 #22

chore(deps): bump es5-ext from 0.10.60 to 0.10.63

chore(deps): bump es5-ext from 0.10.60 to 0.10.63 #22

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: "Test on Node.js ${{ matrix.node-version }}"
runs-on: macos-latest
strategy:
matrix:
node-version: [14, 16, 18]
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: yarn install && yarn bootstrap
- name: Test
run: yarn test