Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 (#13) #73

Bump cross-spawn from 7.0.3 to 7.0.6 (#13)

Bump cross-spawn from 7.0.3 to 7.0.6 (#13) #73

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