Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Bump bumpalo from 3.6.1 to 3.14.0 #60

Bump bumpalo from 3.6.1 to 3.14.0

Bump bumpalo from 3.6.1 to 3.14.0 #60

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
working-directory: ./test
run: |
rustup component add rust-src
npm ci
npm test