Skip to content

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 in /examples/4-eov-operations-babel #911

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 in /examples/4-eov-operations-babel

chore(deps): bump js-yaml from 4.1.0 to 4.1.1 in /examples/4-eov-operations-babel #911

Workflow file for this run

name: Build and Test
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build the project
run: npm run compile
- name: Test the project
run: npm run test:all