Skip to content

test(NODE-5342): modernize explain tests #2701

test(NODE-5342): modernize explain tests

test(NODE-5342): modernize explain tests #2701

Workflow file for this run

name: Check Dependencies
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# TODO: replace with setup
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
- run: npm install -g npm@latest
- run: npm clean-install
- run: npm run check:dependencies