chore(deps): update dependency babel-loader to v9 #332
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ensure API Peer Dependency | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
peer-api-check: | |
runs-on: ubuntu-latest | |
container: | |
image: node:14 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Install lerna | |
run: npm install -g lerna | |
- name: Check API dependency semantics | |
run: lerna exec "node ../../scripts/peer-api-check.js" |