Skip to content

Bump micromatch from 4.0.5 to 4.0.8 #63

Bump micromatch from 4.0.5 to 4.0.8

Bump micromatch from 4.0.5 to 4.0.8 #63

Workflow file for this run

name: node
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
- uses: actions/setup-python@v4
with:
cache: 'pip'
- name: node ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Tests
run: |
yarn install
yarn run test
- name: Benchmark
run: |
yarn bench
- name: byexample installation
run: |
pip install byexample
- name: byexample
run: |
byexample -l javascript README.md